Shades of Dolly #EFF172
Tints of Dolly #EFF172
RGB
CMYK
RGB Variations
Color information
#EFF172 (or 0xEFF172) is known color: Dolly. HEX triplet: EF, F1 and 72. RGB value is (239,241,114). Sum of RGB (Red+Green+Blue) = 239+241+114=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 114 (44.92% from 255 or 19.19% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF172 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF172 is #100E8D. Grayscale: #E2E2E2. Windows color (decimal): -1052302 or 7533039. OLE color: 7533039.
HSL color Cylindrical-coordinate representation of color #EFF172: hue angle of 60.94º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFF172 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 114 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.05 |
| HSL | 60.94º | 0.82% | 0.7% | - |
| HSV(B) | 60.94º | 0.53% | 0.95% | - |
| XYZ | 70.09 | 82.48 | 28.15 | - |
| YUV | 225.92 | 64.84 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 114 | 0.01 | 0 | 0.53 | 0.05 | 60.94 | 0.82 | 0.7 |
| Hex | EF | F1 | 72 | 1 | 0 | 35 | 5 | 3D | 52 | 46 |
| Octal | 357 | 361 | 162 | 1 | 0 | 65 | 5 | 75 | 122 | 106 |
| Binary | 11101111 | 11110001 | 1110010 | 1 | 0 | 110101 | 101 | 111101 | 1010010 | 1000110 |
Color Harmonies of #EFF172
Complementary color
Monochromatic Colors of #EFF172
Black with #EFF172
Text Example
Text Example
White with #EFF172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF172; }
p { color: rgb(239,241,114); }
H1.HeaderClassName
{
color: #EFF172;
}
.AnyTagClassName
{
color: #EFF172;
}
</style>
background-color css
<style>
a { background-color: #EFF172; }
a { background-color: rgb(239,241,114); }
div.DivClassName
{
background-color: #EFF172;
}
.BgClassName
{
background-color: #EFF172;
}
</style>
border-color css
<style>
span { border-color: #EFF172; }
span { border-color: rgb(239,241,114); }
td.TdClassName
{
border-color: #EFF172;
}
.TagClassName
{
border-color: #EFF172;
}
</style>