Shades of Dolly #EFF97D
Tints of Dolly #EFF97D
RGB
CMYK
RGB Variations
Color information
#EFF97D (or 0xEFF97D) is known color: Dolly. HEX triplet: EF, F9 and 7D. RGB value is (239,249,125). Sum of RGB (Red+Green+Blue) = 239+249+125=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 125 (49.22% from 255 or 20.39% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF97D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF97D is #100682. Grayscale: #E8E8E8. Windows color (decimal): -1050243 or 8255983. OLE color: 8255983.
HSL color Cylindrical-coordinate representation of color #EFF97D: hue angle of 64.84º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFF97D is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 125 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.02 |
| HSL | 64.84º | 0.91% | 0.73% | - |
| HSV(B) | 64.84º | 0.5% | 0.98% | - |
| XYZ | 73.17 | 87.58 | 32.45 | - |
| YUV | 231.87 | 67.69 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 125 | 0.04 | 0 | 0.50 | 0.02 | 64.84 | 0.91 | 0.73 |
| Hex | EF | F9 | 7D | 4 | 0 | 32 | 2 | 41 | 5B | 49 |
| Octal | 357 | 371 | 175 | 4 | 0 | 62 | 2 | 101 | 133 | 111 |
| Binary | 11101111 | 11111001 | 1111101 | 100 | 0 | 110010 | 10 | 1000001 | 1011011 | 1001001 |
Color Harmonies of #EFF97D
Complementary color
Monochromatic Colors of #EFF97D
Black with #EFF97D
Text Example
Text Example
White with #EFF97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF97D; }
p { color: rgb(239,249,125); }
H1.HeaderClassName
{
color: #EFF97D;
}
.AnyTagClassName
{
color: #EFF97D;
}
</style>
background-color css
<style>
a { background-color: #EFF97D; }
a { background-color: rgb(239,249,125); }
div.DivClassName
{
background-color: #EFF97D;
}
.BgClassName
{
background-color: #EFF97D;
}
</style>
border-color css
<style>
span { border-color: #EFF97D; }
span { border-color: rgb(239,249,125); }
td.TdClassName
{
border-color: #EFF97D;
}
.TagClassName
{
border-color: #EFF97D;
}
</style>