Shades of Dolly #EFF87D
Tints of Dolly #EFF87D
RGB
CMYK
RGB Variations
Color information
#EFF87D (or 0xEFF87D) is known color: Dolly. HEX triplet: EF, F8 and 7D. RGB value is (239,248,125). Sum of RGB (Red+Green+Blue) = 239+248+125=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 248 (97.27% from 255 or 40.52% from 612); Blue value is 125 (49.22% from 255 or 20.42% from 612); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF87D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF87D is #100782. Grayscale: #E7E7E7. Windows color (decimal): -1050499 or 8255727. OLE color: 8255727.
HSL color Cylindrical-coordinate representation of color #EFF87D: hue angle of 64.39º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFF87D is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 125 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.03 |
| HSL | 64.39º | 0.9% | 0.73% | - |
| HSV(B) | 64.39º | 0.5% | 0.97% | - |
| XYZ | 72.87 | 86.97 | 32.35 | - |
| YUV | 231.29 | 68.02 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 125 | 0.04 | 0 | 0.50 | 0.03 | 64.39 | 0.9 | 0.73 |
| Hex | EF | F8 | 7D | 4 | 0 | 32 | 3 | 40 | 5A | 49 |
| Octal | 357 | 370 | 175 | 4 | 0 | 62 | 3 | 100 | 132 | 111 |
| Binary | 11101111 | 11111000 | 1111101 | 100 | 0 | 110010 | 11 | 1000000 | 1011010 | 1001001 |
Color Harmonies of #EFF87D
Complementary color
Monochromatic Colors of #EFF87D
Black with #EFF87D
Text Example
Text Example
White with #EFF87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF87D; }
p { color: rgb(239,248,125); }
H1.HeaderClassName
{
color: #EFF87D;
}
.AnyTagClassName
{
color: #EFF87D;
}
</style>
background-color css
<style>
a { background-color: #EFF87D; }
a { background-color: rgb(239,248,125); }
div.DivClassName
{
background-color: #EFF87D;
}
.BgClassName
{
background-color: #EFF87D;
}
</style>
border-color css
<style>
span { border-color: #EFF87D; }
span { border-color: rgb(239,248,125); }
td.TdClassName
{
border-color: #EFF87D;
}
.TagClassName
{
border-color: #EFF87D;
}
</style>