Shades of Dolly #EFF97B
Tints of Dolly #EFF97B
RGB
CMYK
RGB Variations
Color information
#EFF97B (or 0xEFF97B) is known color: Dolly. HEX triplet: EF, F9 and 7B. RGB value is (239,249,123). Sum of RGB (Red+Green+Blue) = 239+249+123=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 123 (48.44% from 255 or 20.13% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF97B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF97B is #100684. Grayscale: #E8E8E8. Windows color (decimal): -1050245 or 8124911. OLE color: 8124911.
HSL color Cylindrical-coordinate representation of color #EFF97B: hue angle of 64.76º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFF97B is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 123 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.02 |
| HSL | 64.76º | 0.91% | 0.73% | - |
| HSV(B) | 64.76º | 0.51% | 0.98% | - |
| XYZ | 73.05 | 87.53 | 31.78 | - |
| YUV | 231.65 | 66.69 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 123 | 0.04 | 0 | 0.51 | 0.02 | 64.76 | 0.91 | 0.73 |
| Hex | EF | F9 | 7B | 4 | 0 | 33 | 2 | 41 | 5B | 49 |
| Octal | 357 | 371 | 173 | 4 | 0 | 63 | 2 | 101 | 133 | 111 |
| Binary | 11101111 | 11111001 | 1111011 | 100 | 0 | 110011 | 10 | 1000001 | 1011011 | 1001001 |
Color Harmonies of #EFF97B
Complementary color
Monochromatic Colors of #EFF97B
Black with #EFF97B
Text Example
Text Example
White with #EFF97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF97B; }
p { color: rgb(239,249,123); }
H1.HeaderClassName
{
color: #EFF97B;
}
.AnyTagClassName
{
color: #EFF97B;
}
</style>
background-color css
<style>
a { background-color: #EFF97B; }
a { background-color: rgb(239,249,123); }
div.DivClassName
{
background-color: #EFF97B;
}
.BgClassName
{
background-color: #EFF97B;
}
</style>
border-color css
<style>
span { border-color: #EFF97B; }
span { border-color: rgb(239,249,123); }
td.TdClassName
{
border-color: #EFF97B;
}
.TagClassName
{
border-color: #EFF97B;
}
</style>