Shades of Dolly #F2EF78
Tints of Dolly #F2EF78
RGB
CMYK
RGB Variations
Color information
#F2EF78 (or 0xF2EF78) is known color: Dolly. HEX triplet: F2, EF and 78. RGB value is (242,239,120). Sum of RGB (Red+Green+Blue) = 242+239+120=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 120 (47.27% from 255 or 19.97% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EF78 is #0D1087. Grayscale: #E2E2E2. Windows color (decimal): -856200 or 7925746. OLE color: 7925746.
HSL color Cylindrical-coordinate representation of color #F2EF78: hue angle of 58.52º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2EF78 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 120 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.05 |
| HSL | 58.52º | 0.82% | 0.71% | - |
| HSV(B) | 58.52º | 0.5% | 0.95% | - |
| XYZ | 70.87 | 81.97 | 29.85 | - |
| YUV | 226.33 | 67.99 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 120 | 0 | 0.01 | 0.50 | 0.05 | 58.52 | 0.82 | 0.71 |
| Hex | F2 | EF | 78 | 0 | 1 | 32 | 5 | 3B | 52 | 47 |
| Octal | 362 | 357 | 170 | 0 | 1 | 62 | 5 | 73 | 122 | 107 |
| Binary | 11110010 | 11101111 | 1111000 | 0 | 1 | 110010 | 101 | 111011 | 1010010 | 1000111 |
Color Harmonies of #F2EF78
Complementary color
Monochromatic Colors of #F2EF78
Black with #F2EF78
Text Example
Text Example
White with #F2EF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF78; }
p { color: rgb(242,239,120); }
H1.HeaderClassName
{
color: #F2EF78;
}
.AnyTagClassName
{
color: #F2EF78;
}
</style>
background-color css
<style>
a { background-color: #F2EF78; }
a { background-color: rgb(242,239,120); }
div.DivClassName
{
background-color: #F2EF78;
}
.BgClassName
{
background-color: #F2EF78;
}
</style>
border-color css
<style>
span { border-color: #F2EF78; }
span { border-color: rgb(242,239,120); }
td.TdClassName
{
border-color: #F2EF78;
}
.TagClassName
{
border-color: #F2EF78;
}
</style>