Shades of Dolly #EFF96C
Tints of Dolly #EFF96C
RGB
CMYK
RGB Variations
Color information
#EFF96C (or 0xEFF96C) is known color: Dolly. HEX triplet: EF, F9 and 6C. RGB value is (239,249,108). Sum of RGB (Red+Green+Blue) = 239+249+108=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 108 (42.58% from 255 or 18.12% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF96C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF96C is #100693. Grayscale: #E6E6E6. Windows color (decimal): -1050260 or 7141871. OLE color: 7141871.
HSL color Cylindrical-coordinate representation of color #EFF96C: hue angle of 64.26º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EFF96C is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 108 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.02 |
| HSL | 64.26º | 0.92% | 0.7% | - |
| HSV(B) | 64.26º | 0.57% | 0.98% | - |
| XYZ | 72.18 | 87.18 | 27.21 | - |
| YUV | 229.94 | 59.19 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 108 | 0.04 | 0 | 0.57 | 0.02 | 64.26 | 0.92 | 0.7 |
| Hex | EF | F9 | 6C | 4 | 0 | 39 | 2 | 40 | 5C | 46 |
| Octal | 357 | 371 | 154 | 4 | 0 | 71 | 2 | 100 | 134 | 106 |
| Binary | 11101111 | 11111001 | 1101100 | 100 | 0 | 111001 | 10 | 1000000 | 1011100 | 1000110 |
Color Harmonies of #EFF96C
Complementary color
Monochromatic Colors of #EFF96C
Black with #EFF96C
Text Example
Text Example
White with #EFF96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF96C; }
p { color: rgb(239,249,108); }
H1.HeaderClassName
{
color: #EFF96C;
}
.AnyTagClassName
{
color: #EFF96C;
}
</style>
background-color css
<style>
a { background-color: #EFF96C; }
a { background-color: rgb(239,249,108); }
div.DivClassName
{
background-color: #EFF96C;
}
.BgClassName
{
background-color: #EFF96C;
}
</style>
border-color css
<style>
span { border-color: #EFF96C; }
span { border-color: rgb(239,249,108); }
td.TdClassName
{
border-color: #EFF96C;
}
.TagClassName
{
border-color: #EFF96C;
}
</style>