#F0FB70

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

Shades of Dolly #F0FB70

Tints of Dolly #F0FB70

Color information

#F0FB70 (or 0xF0FB70) is unknown color: approx Dolly. HEX triplet: F0, FB and 70. RGB value is (240,251,112). Sum of RGB (Red+Green+Blue) = 240+251+112=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 112 (44.14% from 255 or 18.57% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FB70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FB70 is #0F048F. Grayscale: #E8E8E8. Windows color (decimal): -984208 or 7404528. OLE color: 7404528.

HSL color Cylindrical-coordinate representation of color #F0FB70: hue angle of 64.75º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0FB70 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB240251112-
CMYK0.0400.550.02
HSL64.75º94.56%71.18%-
HSV(B)64.75º55.38%98.43%-
XYZ73.3688.6928.58-
YUV231.8660.36133.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.80%
GREEN value IS 251 (98.44% from 255) = 41.63%
BLUE value IS 112 (44.14% from 255) = 18.57%
R=39.80%
G=41.63%
B=18.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402511120.0400.550.0264.7594.5671.18
HexF0FB7040372415f47
Octal36037316040672101137107
Binary11110000111110111110000100011011110100000110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FB70; }

 p { color: rgb(240,251,112); }

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

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

 a { background-color: rgb(240,251,112); }

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

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

 span { border-color: rgb(240,251,112); }

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