Shades of Honeydew #EFF7EF
Tints of Honeydew #EFF7EF
RGB
CMYK
RGB Variations
Color information
#EFF7EF (or 0xEFF7EF) is known color: Honeydew. HEX triplet: EF, F7 and EF. RGB value is (239,247,239). Sum of RGB (Red+Green+Blue) = 239+247+239=725 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.97% from 725); Green value is 247 (96.88% from 255 or 34.07% from 725); Blue value is 239 (93.75% from 255 or 32.97% from 725); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF7EF is #100810. Grayscale: #F3F3F3. Windows color (decimal): -1050641 or 15726575. OLE color: 15726575.
HSL color Cylindrical-coordinate representation of color #EFF7EF: hue angle of 120º degrees, saturation: 0.33, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFF7EF is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
RGB | 239 | 247 | 239 | - |
CMYK | 0.03 | 0 | 0.03 | 0.03 |
HSL | 120º | 0.33% | 0.95% | - |
HSV(B) | 120º | 0.03% | 0.97% | - |
XYZ | 84.44 | 91.1 | 94.8 | - |
YUV | 243.7 | 125.35 | 124.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 247 | 239 | 0.03 | 0 | 0.03 | 0.03 | 120 | 0.33 | 0.95 |
Hex | EF | F7 | EF | 3 | 0 | 3 | 3 | 78 | 21 | 5F |
Octal | 357 | 367 | 357 | 3 | 0 | 3 | 3 | 170 | 41 | 137 |
Binary | 11101111 | 11110111 | 11101111 | 11 | 0 | 11 | 11 | 1111000 | 100001 | 1011111 |
Color Harmonies of #EFF7EF
Complementary color
Monochromatic Colors of #EFF7EF
Black with #EFF7EF
Text Example
Text Example
White with #EFF7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF7EF; }
p { color: rgb(239,247,239); }
H1.HeaderClassName
{
color: #EFF7EF;
}
.AnyTagClassName
{
color: #EFF7EF;
}
</style>
background-color css
<style>
a { background-color: #EFF7EF; }
a { background-color: rgb(239,247,239); }
div.DivClassName
{
background-color: #EFF7EF;
}
.BgClassName
{
background-color: #EFF7EF;
}
</style>
border-color css
<style>
span { border-color: #EFF7EF; }
span { border-color: rgb(239,247,239); }
td.TdClassName
{
border-color: #EFF7EF;
}
.TagClassName
{
border-color: #EFF7EF;
}
</style>