Shades of Dolly #F0FF6F
Tints of Dolly #F0FF6F
RGB
CMYK
RGB Variations
Color information
#F0FF6F (or 0xF0FF6F) is known color: Dolly. HEX triplet: F0, FF and 6F. RGB value is (240,255,111). Sum of RGB (Red+Green+Blue) = 240+255+111=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 111 (43.75% from 255 or 18.32% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FF6F is #0F0090. Grayscale: #EAEAEA. Windows color (decimal): -983185 or 7340016. OLE color: 7340016.
HSL color Cylindrical-coordinate representation of color #F0FF6F: hue angle of 66.25º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0FF6F is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 111 | - |
| CMYK | 0.06 | 0 | 0.56 | 0 |
| HSL | 66.25º | 1% | 0.72% | - |
| HSV(B) | 66.25º | 0.56% | 1% | - |
| XYZ | 74.56 | 91.19 | 28.71 | - |
| YUV | 234.1 | 58.53 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 111 | 0.06 | 0 | 0.56 | 0 | 66.25 | 1 | 0.72 |
| Hex | F0 | FF | 6F | 6 | 0 | 38 | 0 | 42 | 64 | 48 |
| Octal | 360 | 377 | 157 | 6 | 0 | 70 | 0 | 102 | 144 | 110 |
| Binary | 11110000 | 11111111 | 1101111 | 110 | 0 | 111000 | 0 | 1000010 | 1100100 | 1001000 |
Color Harmonies of #F0FF6F
Complementary color
Monochromatic Colors of #F0FF6F
Black with #F0FF6F
Text Example
Text Example
White with #F0FF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF6F; }
p { color: rgb(240,255,111); }
H1.HeaderClassName
{
color: #F0FF6F;
}
.AnyTagClassName
{
color: #F0FF6F;
}
</style>
background-color css
<style>
a { background-color: #F0FF6F; }
a { background-color: rgb(240,255,111); }
div.DivClassName
{
background-color: #F0FF6F;
}
.BgClassName
{
background-color: #F0FF6F;
}
</style>
border-color css
<style>
span { border-color: #F0FF6F; }
span { border-color: rgb(240,255,111); }
td.TdClassName
{
border-color: #F0FF6F;
}
.TagClassName
{
border-color: #F0FF6F;
}
</style>