Shades of Dolly #EFF57B
Tints of Dolly #EFF57B
RGB
CMYK
RGB Variations
Color information
#EFF57B (or 0xEFF57B) is known color: Dolly. HEX triplet: EF, F5 and 7B. RGB value is (239,245,123). Sum of RGB (Red+Green+Blue) = 239+245+123=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 123 (48.44% from 255 or 20.26% from 607); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF57B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF57B is #100A84. Grayscale: #E5E5E5. Windows color (decimal): -1051269 or 8123887. OLE color: 8123887.
HSL color Cylindrical-coordinate representation of color #EFF57B: hue angle of 62.95º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFF57B is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 123 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.04 |
| HSL | 62.95º | 0.86% | 0.72% | - |
| HSV(B) | 62.95º | 0.5% | 0.96% | - |
| XYZ | 71.82 | 85.09 | 31.38 | - |
| YUV | 229.3 | 68.01 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 123 | 0.02 | 0 | 0.50 | 0.04 | 62.95 | 0.86 | 0.72 |
| Hex | EF | F5 | 7B | 2 | 0 | 32 | 4 | 3F | 56 | 48 |
| Octal | 357 | 365 | 173 | 2 | 0 | 62 | 4 | 77 | 126 | 110 |
| Binary | 11101111 | 11110101 | 1111011 | 10 | 0 | 110010 | 100 | 111111 | 1010110 | 1001000 |
Color Harmonies of #EFF57B
Complementary color
Monochromatic Colors of #EFF57B
Black with #EFF57B
Text Example
Text Example
White with #EFF57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF57B; }
p { color: rgb(239,245,123); }
H1.HeaderClassName
{
color: #EFF57B;
}
.AnyTagClassName
{
color: #EFF57B;
}
</style>
background-color css
<style>
a { background-color: #EFF57B; }
a { background-color: rgb(239,245,123); }
div.DivClassName
{
background-color: #EFF57B;
}
.BgClassName
{
background-color: #EFF57B;
}
</style>
border-color css
<style>
span { border-color: #EFF57B; }
span { border-color: rgb(239,245,123); }
td.TdClassName
{
border-color: #EFF57B;
}
.TagClassName
{
border-color: #EFF57B;
}
</style>