Shades of Dolly #F2FB78
Tints of Dolly #F2FB78
RGB
CMYK
RGB Variations
Color information
#F2FB78 (or 0xF2FB78) is known color: Dolly. HEX triplet: F2, FB and 78. RGB value is (242,251,120). Sum of RGB (Red+Green+Blue) = 242+251+120=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 120 (47.27% from 255 or 19.58% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FB78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FB78 is #0D0487. Grayscale: #E9E9E9. Windows color (decimal): -853128 or 7928818. OLE color: 7928818.
HSL color Cylindrical-coordinate representation of color #F2FB78: hue angle of 64.12º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2FB78 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 251 | 120 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.02 |
| HSL | 64.12º | 0.94% | 0.73% | - |
| HSV(B) | 64.12º | 0.52% | 0.98% | - |
| XYZ | 74.51 | 89.23 | 31.07 | - |
| YUV | 233.38 | 64.02 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 251 | 120 | 0.04 | 0 | 0.52 | 0.02 | 64.12 | 0.94 | 0.73 |
| Hex | F2 | FB | 78 | 4 | 0 | 34 | 2 | 40 | 5E | 49 |
| Octal | 362 | 373 | 170 | 4 | 0 | 64 | 2 | 100 | 136 | 111 |
| Binary | 11110010 | 11111011 | 1111000 | 100 | 0 | 110100 | 10 | 1000000 | 1011110 | 1001001 |
Color Harmonies of #F2FB78
Complementary color
Monochromatic Colors of #F2FB78
Black with #F2FB78
Text Example
Text Example
White with #F2FB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FB78; }
p { color: rgb(242,251,120); }
H1.HeaderClassName
{
color: #F2FB78;
}
.AnyTagClassName
{
color: #F2FB78;
}
</style>
background-color css
<style>
a { background-color: #F2FB78; }
a { background-color: rgb(242,251,120); }
div.DivClassName
{
background-color: #F2FB78;
}
.BgClassName
{
background-color: #F2FB78;
}
</style>
border-color css
<style>
span { border-color: #F2FB78; }
span { border-color: rgb(242,251,120); }
td.TdClassName
{
border-color: #F2FB78;
}
.TagClassName
{
border-color: #F2FB78;
}
</style>