Shades of Dolly #EFF37A
Tints of Dolly #EFF37A
RGB
CMYK
RGB Variations
Color information
#EFF37A (or 0xEFF37A) is known color: Dolly. HEX triplet: EF, F3 and 7A. RGB value is (239,243,122). Sum of RGB (Red+Green+Blue) = 239+243+122=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 243 (95.31% from 255 or 40.23% from 604); Blue value is 122 (48.05% from 255 or 20.20% from 604); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF37A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF37A is #100C85. Grayscale: #E4E4E4. Windows color (decimal): -1051782 or 8057839. OLE color: 8057839.
HSL color Cylindrical-coordinate representation of color #EFF37A: hue angle of 61.98º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFF37A is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 122 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.05 |
| HSL | 61.98º | 0.83% | 0.72% | - |
| HSV(B) | 61.98º | 0.5% | 0.95% | - |
| XYZ | 71.16 | 83.86 | 30.85 | - |
| YUV | 228.01 | 68.17 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 122 | 0.02 | 0 | 0.50 | 0.05 | 61.98 | 0.83 | 0.72 |
| Hex | EF | F3 | 7A | 2 | 0 | 32 | 5 | 3E | 53 | 48 |
| Octal | 357 | 363 | 172 | 2 | 0 | 62 | 5 | 76 | 123 | 110 |
| Binary | 11101111 | 11110011 | 1111010 | 10 | 0 | 110010 | 101 | 111110 | 1010011 | 1001000 |
Color Harmonies of #EFF37A
Complementary color
Monochromatic Colors of #EFF37A
Black with #EFF37A
Text Example
Text Example
White with #EFF37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF37A; }
p { color: rgb(239,243,122); }
H1.HeaderClassName
{
color: #EFF37A;
}
.AnyTagClassName
{
color: #EFF37A;
}
</style>
background-color css
<style>
a { background-color: #EFF37A; }
a { background-color: rgb(239,243,122); }
div.DivClassName
{
background-color: #EFF37A;
}
.BgClassName
{
background-color: #EFF37A;
}
</style>
border-color css
<style>
span { border-color: #EFF37A; }
span { border-color: rgb(239,243,122); }
td.TdClassName
{
border-color: #EFF37A;
}
.TagClassName
{
border-color: #EFF37A;
}
</style>