Shades of Dolly #F0FB74
Tints of Dolly #F0FB74
RGB
CMYK
RGB Variations
Color information
#F0FB74 (or 0xF0FB74) is known color: Dolly. HEX triplet: F0, FB and 74. RGB value is (240,251,116). Sum of RGB (Red+Green+Blue) = 240+251+116=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 116 (45.70% from 255 or 19.11% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FB74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FB74 is #0F048B. Grayscale: #E8E8E8. Windows color (decimal): -984204 or 7666672. OLE color: 7666672.
HSL color Cylindrical-coordinate representation of color #F0FB74: hue angle of 64.89º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0FB74 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 116 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.02 |
| HSL | 64.89º | 0.94% | 0.72% | - |
| HSV(B) | 64.89º | 0.54% | 0.98% | - |
| XYZ | 73.58 | 88.78 | 29.78 | - |
| YUV | 232.32 | 62.36 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 116 | 0.04 | 0 | 0.54 | 0.02 | 64.89 | 0.94 | 0.72 |
| Hex | F0 | FB | 74 | 4 | 0 | 36 | 2 | 41 | 5E | 48 |
| Octal | 360 | 373 | 164 | 4 | 0 | 66 | 2 | 101 | 136 | 110 |
| Binary | 11110000 | 11111011 | 1110100 | 100 | 0 | 110110 | 10 | 1000001 | 1011110 | 1001000 |
Color Harmonies of #F0FB74
Complementary color
Monochromatic Colors of #F0FB74
Black with #F0FB74
Text Example
Text Example
White with #F0FB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FB74; }
p { color: rgb(240,251,116); }
H1.HeaderClassName
{
color: #F0FB74;
}
.AnyTagClassName
{
color: #F0FB74;
}
</style>
background-color css
<style>
a { background-color: #F0FB74; }
a { background-color: rgb(240,251,116); }
div.DivClassName
{
background-color: #F0FB74;
}
.BgClassName
{
background-color: #F0FB74;
}
</style>
border-color css
<style>
span { border-color: #F0FB74; }
span { border-color: rgb(240,251,116); }
td.TdClassName
{
border-color: #F0FB74;
}
.TagClassName
{
border-color: #F0FB74;
}
</style>