#F0FC72

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

Shades of Dolly #F0FC72

Tints of Dolly #F0FC72

Color information

#F0FC72 (or 0xF0FC72) is unknown color: approx Dolly. HEX triplet: F0, FC and 72. RGB value is (240,252,114). Sum of RGB (Red+Green+Blue) = 240+252+114=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 114 (44.92% from 255 or 18.81% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC72 is #0F038D. Grayscale: #E9E9E9. Windows color (decimal): -983950 or 7535856. OLE color: 7535856.

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

Color convert

RGB240252114-
CMYK0.0500.550.01
HSL65.22º95.83%71.76%-
HSV(B)65.22º54.76%98.82%-
XYZ73.7889.3629.28-
YUV232.6861.02133.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.60%
GREEN value IS 252 (98.83% from 255) = 41.58%
BLUE value IS 114 (44.92% from 255) = 18.81%
R=39.60%
G=41.58%
B=18.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402521140.0500.550.0165.2295.8371.76
HexF0FC7250371416048
Octal36037416250671101140110
Binary1111000011111100111001010101101111100000111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FC72; }

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

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

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

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

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

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

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

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