Shades of Dolly #EFF378
Tints of Dolly #EFF378
RGB
CMYK
RGB Variations
Color information
#EFF378 (or 0xEFF378) is known color: Dolly. HEX triplet: EF, F3 and 78. RGB value is (239,243,120). Sum of RGB (Red+Green+Blue) = 239+243+120=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 120 (47.27% from 255 or 19.93% from 602); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF378 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF378 is #100C87. Grayscale: #E4E4E4. Windows color (decimal): -1051784 or 7926767. OLE color: 7926767.
HSL color Cylindrical-coordinate representation of color #EFF378: hue angle of 61.95º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFF378 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 120 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.05 |
| HSL | 61.95º | 0.84% | 0.71% | - |
| HSV(B) | 61.95º | 0.51% | 0.95% | - |
| XYZ | 71.04 | 83.81 | 30.2 | - |
| YUV | 227.78 | 67.17 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 120 | 0.02 | 0 | 0.51 | 0.05 | 61.95 | 0.84 | 0.71 |
| Hex | EF | F3 | 78 | 2 | 0 | 33 | 5 | 3E | 54 | 47 |
| Octal | 357 | 363 | 170 | 2 | 0 | 63 | 5 | 76 | 124 | 107 |
| Binary | 11101111 | 11110011 | 1111000 | 10 | 0 | 110011 | 101 | 111110 | 1010100 | 1000111 |
Color Harmonies of #EFF378
Complementary color
Monochromatic Colors of #EFF378
Black with #EFF378
Text Example
Text Example
White with #EFF378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF378; }
p { color: rgb(239,243,120); }
H1.HeaderClassName
{
color: #EFF378;
}
.AnyTagClassName
{
color: #EFF378;
}
</style>
background-color css
<style>
a { background-color: #EFF378; }
a { background-color: rgb(239,243,120); }
div.DivClassName
{
background-color: #EFF378;
}
.BgClassName
{
background-color: #EFF378;
}
</style>
border-color css
<style>
span { border-color: #EFF378; }
span { border-color: rgb(239,243,120); }
td.TdClassName
{
border-color: #EFF378;
}
.TagClassName
{
border-color: #EFF378;
}
</style>