Shades of Honeydew #EFFBF0
Tints of Honeydew #EFFBF0
RGB
CMYK
RGB Variations
Color information
#EFFBF0 (or 0xEFFBF0) is known color: Honeydew. HEX triplet: EF, FB and F0. RGB value is (239,251,240). Sum of RGB (Red+Green+Blue) = 239+251+240=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 251 (98.44% from 255 or 34.38% from 730); Blue value is 240 (94.14% from 255 or 32.88% from 730); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFBF0 is #10040F. Grayscale: #F6F6F6. Windows color (decimal): -1049616 or 15793135. OLE color: 15793135.
HSL color Cylindrical-coordinate representation of color #EFFBF0: hue angle of 125º degrees, saturation: 0.6, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFFBF0 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 240 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.02 |
| HSL | 125º | 0.6% | 0.96% | - |
| HSV(B) | 125º | 0.05% | 0.98% | - |
| XYZ | 85.82 | 93.64 | 95.99 | - |
| YUV | 246.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 240 | 0.05 | 0 | 0.04 | 0.02 | 125 | 0.6 | 0.96 |
| Hex | EF | FB | F0 | 5 | 0 | 4 | 2 | 7D | 3C | 60 |
| Octal | 357 | 373 | 360 | 5 | 0 | 4 | 2 | 175 | 74 | 140 |
| Binary | 11101111 | 11111011 | 11110000 | 101 | 0 | 100 | 10 | 1111101 | 111100 | 1100000 |
Color Harmonies of #EFFBF0
Complementary color
Monochromatic Colors of #EFFBF0
Black with #EFFBF0
Text Example
Text Example
White with #EFFBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFBF0; }
p { color: rgb(239,251,240); }
H1.HeaderClassName
{
color: #EFFBF0;
}
.AnyTagClassName
{
color: #EFFBF0;
}
</style>
background-color css
<style>
a { background-color: #EFFBF0; }
a { background-color: rgb(239,251,240); }
div.DivClassName
{
background-color: #EFFBF0;
}
.BgClassName
{
background-color: #EFFBF0;
}
</style>
border-color css
<style>
span { border-color: #EFFBF0; }
span { border-color: rgb(239,251,240); }
td.TdClassName
{
border-color: #EFFBF0;
}
.TagClassName
{
border-color: #EFFBF0;
}
</style>