Shades of Dolly #EFF26C
Tints of Dolly #EFF26C
RGB
CMYK
RGB Variations
Color information
#EFF26C (or 0xEFF26C) is known color: Dolly. HEX triplet: EF, F2 and 6C. RGB value is (239,242,108). Sum of RGB (Red+Green+Blue) = 239+242+108=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 108 (42.58% from 255 or 18.34% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF26C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF26C is #100D93. Grayscale: #E2E2E2. Windows color (decimal): -1052052 or 7140079. OLE color: 7140079.
HSL color Cylindrical-coordinate representation of color #EFF26C: hue angle of 61.34º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFF26C is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 108 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.05 |
| HSL | 61.34º | 0.84% | 0.69% | - |
| HSV(B) | 61.34º | 0.55% | 0.95% | - |
| XYZ | 70.06 | 82.94 | 26.5 | - |
| YUV | 225.83 | 61.51 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 108 | 0.01 | 0 | 0.55 | 0.05 | 61.34 | 0.84 | 0.69 |
| Hex | EF | F2 | 6C | 1 | 0 | 37 | 5 | 3D | 54 | 45 |
| Octal | 357 | 362 | 154 | 1 | 0 | 67 | 5 | 75 | 124 | 105 |
| Binary | 11101111 | 11110010 | 1101100 | 1 | 0 | 110111 | 101 | 111101 | 1010100 | 1000101 |
Color Harmonies of #EFF26C
Complementary color
Monochromatic Colors of #EFF26C
Black with #EFF26C
Text Example
Text Example
White with #EFF26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF26C; }
p { color: rgb(239,242,108); }
H1.HeaderClassName
{
color: #EFF26C;
}
.AnyTagClassName
{
color: #EFF26C;
}
</style>
background-color css
<style>
a { background-color: #EFF26C; }
a { background-color: rgb(239,242,108); }
div.DivClassName
{
background-color: #EFF26C;
}
.BgClassName
{
background-color: #EFF26C;
}
</style>
border-color css
<style>
span { border-color: #EFF26C; }
span { border-color: rgb(239,242,108); }
td.TdClassName
{
border-color: #EFF26C;
}
.TagClassName
{
border-color: #EFF26C;
}
</style>