Shades of Honeydew #EFF9EF
Tints of Honeydew #EFF9EF
RGB
CMYK
RGB Variations
Color information
#EFF9EF (or 0xEFF9EF) is known color: Honeydew. HEX triplet: EF, F9 and EF. RGB value is (239,249,239). Sum of RGB (Red+Green+Blue) = 239+249+239=727 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.87% from 727); Green value is 249 (97.66% from 255 or 34.25% from 727); Blue value is 239 (93.75% from 255 or 32.87% from 727); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF9EF is #100610. Grayscale: #F4F4F4. Windows color (decimal): -1050129 or 15727087. OLE color: 15727087.
HSL color Cylindrical-coordinate representation of color #EFF9EF: hue angle of 120º degrees, saturation: 0.45, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFF9EF is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 239 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.02 |
| HSL | 120º | 0.45% | 0.96% | - |
| HSV(B) | 120º | 0.04% | 0.98% | - |
| XYZ | 85.05 | 92.33 | 95 | - |
| YUV | 244.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 239 | 0.04 | 0 | 0.04 | 0.02 | 120 | 0.45 | 0.96 |
| Hex | EF | F9 | EF | 4 | 0 | 4 | 2 | 78 | 2D | 60 |
| Octal | 357 | 371 | 357 | 4 | 0 | 4 | 2 | 170 | 55 | 140 |
| Binary | 11101111 | 11111001 | 11101111 | 100 | 0 | 100 | 10 | 1111000 | 101101 | 1100000 |
Color Harmonies of #EFF9EF
Complementary color
Monochromatic Colors of #EFF9EF
Black with #EFF9EF
Text Example
Text Example
White with #EFF9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF9EF; }
p { color: rgb(239,249,239); }
H1.HeaderClassName
{
color: #EFF9EF;
}
.AnyTagClassName
{
color: #EFF9EF;
}
</style>
background-color css
<style>
a { background-color: #EFF9EF; }
a { background-color: rgb(239,249,239); }
div.DivClassName
{
background-color: #EFF9EF;
}
.BgClassName
{
background-color: #EFF9EF;
}
</style>
border-color css
<style>
span { border-color: #EFF9EF; }
span { border-color: rgb(239,249,239); }
td.TdClassName
{
border-color: #EFF9EF;
}
.TagClassName
{
border-color: #EFF9EF;
}
</style>