Shades of Dolly #F0FF74
Tints of Dolly #F0FF74
RGB
CMYK
RGB Variations
Color information
#F0FF74 (or 0xF0FF74) is known color: Dolly. HEX triplet: F0, FF and 74. RGB value is (240,255,116). Sum of RGB (Red+Green+Blue) = 240+255+116=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 116 (45.70% from 255 or 18.99% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FF74 is #0F008B. Grayscale: #EBEBEB. Windows color (decimal): -983180 or 7667696. OLE color: 7667696.
HSL color Cylindrical-coordinate representation of color #F0FF74: hue angle of 66.47º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0FF74 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 116 | - |
| CMYK | 0.06 | 0 | 0.55 | 0 |
| HSL | 66.47º | 1% | 0.73% | - |
| HSV(B) | 66.47º | 0.55% | 1% | - |
| XYZ | 74.85 | 91.31 | 30.2 | - |
| YUV | 234.67 | 61.03 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 116 | 0.06 | 0 | 0.55 | 0 | 66.47 | 1 | 0.73 |
| Hex | F0 | FF | 74 | 6 | 0 | 37 | 0 | 42 | 64 | 49 |
| Octal | 360 | 377 | 164 | 6 | 0 | 67 | 0 | 102 | 144 | 111 |
| Binary | 11110000 | 11111111 | 1110100 | 110 | 0 | 110111 | 0 | 1000010 | 1100100 | 1001001 |
Color Harmonies of #F0FF74
Complementary color
Monochromatic Colors of #F0FF74
Black with #F0FF74
Text Example
Text Example
White with #F0FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF74; }
p { color: rgb(240,255,116); }
H1.HeaderClassName
{
color: #F0FF74;
}
.AnyTagClassName
{
color: #F0FF74;
}
</style>
background-color css
<style>
a { background-color: #F0FF74; }
a { background-color: rgb(240,255,116); }
div.DivClassName
{
background-color: #F0FF74;
}
.BgClassName
{
background-color: #F0FF74;
}
</style>
border-color css
<style>
span { border-color: #F0FF74; }
span { border-color: rgb(240,255,116); }
td.TdClassName
{
border-color: #F0FF74;
}
.TagClassName
{
border-color: #F0FF74;
}
</style>