Shades of Dolly #EFF370
Tints of Dolly #EFF370
RGB
CMYK
RGB Variations
Color information
#EFF370 (or 0xEFF370) is known color: Dolly. HEX triplet: EF, F3 and 70. RGB value is (239,243,112). Sum of RGB (Red+Green+Blue) = 239+243+112=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 243 (95.31% from 255 or 40.91% from 594); Blue value is 112 (44.14% from 255 or 18.86% from 594); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF370 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF370 is #100C8F. Grayscale: #E3E3E3. Windows color (decimal): -1051792 or 7402479. OLE color: 7402479.
HSL color Cylindrical-coordinate representation of color #EFF370: hue angle of 61.83º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFF370 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 112 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.05 |
| HSL | 61.83º | 0.85% | 0.7% | - |
| HSV(B) | 61.83º | 0.54% | 0.95% | - |
| XYZ | 70.57 | 83.62 | 27.75 | - |
| YUV | 226.87 | 63.17 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 112 | 0.02 | 0 | 0.54 | 0.05 | 61.83 | 0.85 | 0.7 |
| Hex | EF | F3 | 70 | 2 | 0 | 36 | 5 | 3E | 55 | 46 |
| Octal | 357 | 363 | 160 | 2 | 0 | 66 | 5 | 76 | 125 | 106 |
| Binary | 11101111 | 11110011 | 1110000 | 10 | 0 | 110110 | 101 | 111110 | 1010101 | 1000110 |
Color Harmonies of #EFF370
Complementary color
Monochromatic Colors of #EFF370
Black with #EFF370
Text Example
Text Example
White with #EFF370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF370; }
p { color: rgb(239,243,112); }
H1.HeaderClassName
{
color: #EFF370;
}
.AnyTagClassName
{
color: #EFF370;
}
</style>
background-color css
<style>
a { background-color: #EFF370; }
a { background-color: rgb(239,243,112); }
div.DivClassName
{
background-color: #EFF370;
}
.BgClassName
{
background-color: #EFF370;
}
</style>
border-color css
<style>
span { border-color: #EFF370; }
span { border-color: rgb(239,243,112); }
td.TdClassName
{
border-color: #EFF370;
}
.TagClassName
{
border-color: #EFF370;
}
</style>