Shades of Dolly #EFF678
Tints of Dolly #EFF678
RGB
CMYK
RGB Variations
Color information
#EFF678 (or 0xEFF678) is known color: Dolly. HEX triplet: EF, F6 and 78. RGB value is (239,246,120). Sum of RGB (Red+Green+Blue) = 239+246+120=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 120 (47.27% from 255 or 19.83% from 605); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF678 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF678 is #100987. Grayscale: #E6E6E6. Windows color (decimal): -1051016 or 7927535. OLE color: 7927535.
HSL color Cylindrical-coordinate representation of color #EFF678: hue angle of 63.33º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFF678 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 120 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.04 |
| HSL | 63.33º | 0.88% | 0.72% | - |
| HSV(B) | 63.33º | 0.51% | 0.96% | - |
| XYZ | 71.94 | 85.62 | 30.5 | - |
| YUV | 229.54 | 66.18 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 120 | 0.03 | 0 | 0.51 | 0.04 | 63.33 | 0.88 | 0.72 |
| Hex | EF | F6 | 78 | 3 | 0 | 33 | 4 | 3F | 58 | 48 |
| Octal | 357 | 366 | 170 | 3 | 0 | 63 | 4 | 77 | 130 | 110 |
| Binary | 11101111 | 11110110 | 1111000 | 11 | 0 | 110011 | 100 | 111111 | 1011000 | 1001000 |
Color Harmonies of #EFF678
Complementary color
Monochromatic Colors of #EFF678
Black with #EFF678
Text Example
Text Example
White with #EFF678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF678; }
p { color: rgb(239,246,120); }
H1.HeaderClassName
{
color: #EFF678;
}
.AnyTagClassName
{
color: #EFF678;
}
</style>
background-color css
<style>
a { background-color: #EFF678; }
a { background-color: rgb(239,246,120); }
div.DivClassName
{
background-color: #EFF678;
}
.BgClassName
{
background-color: #EFF678;
}
</style>
border-color css
<style>
span { border-color: #EFF678; }
span { border-color: rgb(239,246,120); }
td.TdClassName
{
border-color: #EFF678;
}
.TagClassName
{
border-color: #EFF678;
}
</style>