Shades of Dolly #EFF66D
Tints of Dolly #EFF66D
RGB
CMYK
RGB Variations
Color information
#EFF66D (or 0xEFF66D) is known color: Dolly. HEX triplet: EF, F6 and 6D. RGB value is (239,246,109). Sum of RGB (Red+Green+Blue) = 239+246+109=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 109 (42.97% from 255 or 18.35% from 594); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF66D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF66D is #100992. Grayscale: #E4E4E4. Windows color (decimal): -1051027 or 7206639. OLE color: 7206639.
HSL color Cylindrical-coordinate representation of color #EFF66D: hue angle of 63.07º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFF66D is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 109 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.04 |
| HSL | 63.07º | 0.88% | 0.7% | - |
| HSV(B) | 63.07º | 0.56% | 0.96% | - |
| XYZ | 71.31 | 85.37 | 27.19 | - |
| YUV | 228.29 | 60.68 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 109 | 0.03 | 0 | 0.56 | 0.04 | 63.07 | 0.88 | 0.7 |
| Hex | EF | F6 | 6D | 3 | 0 | 38 | 4 | 3F | 58 | 46 |
| Octal | 357 | 366 | 155 | 3 | 0 | 70 | 4 | 77 | 130 | 106 |
| Binary | 11101111 | 11110110 | 1101101 | 11 | 0 | 111000 | 100 | 111111 | 1011000 | 1000110 |
Color Harmonies of #EFF66D
Complementary color
Monochromatic Colors of #EFF66D
Black with #EFF66D
Text Example
Text Example
White with #EFF66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF66D; }
p { color: rgb(239,246,109); }
H1.HeaderClassName
{
color: #EFF66D;
}
.AnyTagClassName
{
color: #EFF66D;
}
</style>
background-color css
<style>
a { background-color: #EFF66D; }
a { background-color: rgb(239,246,109); }
div.DivClassName
{
background-color: #EFF66D;
}
.BgClassName
{
background-color: #EFF66D;
}
</style>
border-color css
<style>
span { border-color: #EFF66D; }
span { border-color: rgb(239,246,109); }
td.TdClassName
{
border-color: #EFF66D;
}
.TagClassName
{
border-color: #EFF66D;
}
</style>