Shades of Dolly #EFF87B
Tints of Dolly #EFF87B
RGB
CMYK
RGB Variations
Color information
#EFF87B (or 0xEFF87B) is known color: Dolly. HEX triplet: EF, F8 and 7B. RGB value is (239,248,123). Sum of RGB (Red+Green+Blue) = 239+248+123=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 123 (48.44% from 255 or 20.16% from 610); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF87B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF87B is #100784. Grayscale: #E7E7E7. Windows color (decimal): -1050501 or 8124655. OLE color: 8124655.
HSL color Cylindrical-coordinate representation of color #EFF87B: hue angle of 64.32º 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 #EFF87B is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 123 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.03 |
| HSL | 64.32º | 0.9% | 0.73% | - |
| HSV(B) | 64.32º | 0.5% | 0.97% | - |
| XYZ | 72.74 | 86.92 | 31.68 | - |
| YUV | 231.06 | 67.02 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 123 | 0.04 | 0 | 0.50 | 0.03 | 64.32 | 0.9 | 0.73 |
| Hex | EF | F8 | 7B | 4 | 0 | 32 | 3 | 40 | 5A | 49 |
| Octal | 357 | 370 | 173 | 4 | 0 | 62 | 3 | 100 | 132 | 111 |
| Binary | 11101111 | 11111000 | 1111011 | 100 | 0 | 110010 | 11 | 1000000 | 1011010 | 1001001 |
Color Harmonies of #EFF87B
Complementary color
Monochromatic Colors of #EFF87B
Black with #EFF87B
Text Example
Text Example
White with #EFF87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF87B; }
p { color: rgb(239,248,123); }
H1.HeaderClassName
{
color: #EFF87B;
}
.AnyTagClassName
{
color: #EFF87B;
}
</style>
background-color css
<style>
a { background-color: #EFF87B; }
a { background-color: rgb(239,248,123); }
div.DivClassName
{
background-color: #EFF87B;
}
.BgClassName
{
background-color: #EFF87B;
}
</style>
border-color css
<style>
span { border-color: #EFF87B; }
span { border-color: rgb(239,248,123); }
td.TdClassName
{
border-color: #EFF87B;
}
.TagClassName
{
border-color: #EFF87B;
}
</style>