Shades of Dolly #EFF974
Tints of Dolly #EFF974
RGB
CMYK
RGB Variations
Color information
#EFF974 (or 0xEFF974) is known color: Dolly. HEX triplet: EF, F9 and 74. RGB value is (239,249,116). Sum of RGB (Red+Green+Blue) = 239+249+116=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 116 (45.70% from 255 or 19.21% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF974 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF974 is #10068B. Grayscale: #E7E7E7. Windows color (decimal): -1050252 or 7666159. OLE color: 7666159.
HSL color Cylindrical-coordinate representation of color #EFF974: hue angle of 64.51º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFF974 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 116 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.02 |
| HSL | 64.51º | 0.92% | 0.72% | - |
| HSV(B) | 64.51º | 0.53% | 0.98% | - |
| XYZ | 72.62 | 87.36 | 29.56 | - |
| YUV | 230.85 | 63.19 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 116 | 0.04 | 0 | 0.53 | 0.02 | 64.51 | 0.92 | 0.72 |
| Hex | EF | F9 | 74 | 4 | 0 | 35 | 2 | 41 | 5C | 48 |
| Octal | 357 | 371 | 164 | 4 | 0 | 65 | 2 | 101 | 134 | 110 |
| Binary | 11101111 | 11111001 | 1110100 | 100 | 0 | 110101 | 10 | 1000001 | 1011100 | 1001000 |
Color Harmonies of #EFF974
Complementary color
Monochromatic Colors of #EFF974
Black with #EFF974
Text Example
Text Example
White with #EFF974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF974; }
p { color: rgb(239,249,116); }
H1.HeaderClassName
{
color: #EFF974;
}
.AnyTagClassName
{
color: #EFF974;
}
</style>
background-color css
<style>
a { background-color: #EFF974; }
a { background-color: rgb(239,249,116); }
div.DivClassName
{
background-color: #EFF974;
}
.BgClassName
{
background-color: #EFF974;
}
</style>
border-color css
<style>
span { border-color: #EFF974; }
span { border-color: rgb(239,249,116); }
td.TdClassName
{
border-color: #EFF974;
}
.TagClassName
{
border-color: #EFF974;
}
</style>