#F0FC7C

Color #F0FC7C Dolly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolly #F0FC7C

Tints of Dolly #F0FC7C

Color information

#F0FC7C (or 0xF0FC7C) is unknown color: approx Dolly. HEX triplet: F0, FC and 7C. RGB value is (240,252,124). Sum of RGB (Red+Green+Blue) = 240+252+124=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 124 (48.83% from 255 or 20.13% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC7C is #0F0383. Grayscale: #EAEAEA. Windows color (decimal): -983940 or 8191216. OLE color: 8191216.

HSL color Cylindrical-coordinate representation of color #F0FC7C: hue angle of 65.62º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0FC7C is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB240252124-
CMYK0.0500.510.01
HSL65.62º95.52%73.73%-
HSV(B)65.62º50.79%98.82%-
XYZ74.3889.632.44-
YUV233.8266.02132.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 38.96%
GREEN value IS 252 (98.83% from 255) = 40.91%
BLUE value IS 124 (48.83% from 255) = 20.13%
R=38.96%
G=40.91%
B=20.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402521240.0500.510.0165.6295.5273.73
HexF0FC7C5033142604a
Octal36037417450631102140112
Binary1111000011111100111110010101100111100001011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FC7C; }

 p { color: rgb(240,252,124); }

 H1.HeaderClassName
 {
   color: #F0FC7C;
 }
 .AnyTagClassName
 {
   color: #F0FC7C;
 }
</style>
background-color css

<style>
 a { background-color: #F0FC7C; }

 a { background-color: rgb(240,252,124); }

 div.DivClassName
 {
   background-color: #F0FC7C;
 }
 .BgClassName
 {
   background-color: #F0FC7C;
 }
</style>
border-color css

<style>
 span { border-color: #F0FC7C; }

 span { border-color: rgb(240,252,124); }

 td.TdClassName
 {
   border-color: #F0FC7C;
 }
 .TagClassName
 {
   border-color: #F0FC7C;
 }
</style>