Shades of Honeydew #F5FFF7
Tints of Honeydew #F5FFF7
RGB
CMYK
RGB Variations
Color information
#F5FFF7 (or 0xF5FFF7) is known color: Honeydew. HEX triplet: F5, FF and F7. RGB value is (245,255,247). Sum of RGB (Red+Green+Blue) = 245+255+247=747 (98% of max value = 765). Red value is 245 (96.09% from 255 or 32.80% from 747); Green value is 255 (100% from 255 or 34.14% from 747); Blue value is 247 (96.88% from 255 or 33.07% from 747); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FFF7 is #0A0008. Grayscale: #FBFBFB. Windows color (decimal): -655369 or 16252917. OLE color: 16252917.
HSL color Cylindrical-coordinate representation of color #F5FFF7: hue angle of 132º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5FFF7 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 247 | - |
| CMYK | 0.04 | 0 | 0.03 | 0 |
| HSL | 132º | 1% | 0.98% | - |
| HSV(B) | 132º | 0.04% | 1% | - |
| XYZ | 90.2 | 97.65 | 102.09 | - |
| YUV | 251.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 247 | 0.04 | 0 | 0.03 | 0 | 132 | 1 | 0.98 |
| Hex | F5 | FF | F7 | 4 | 0 | 3 | 0 | 84 | 64 | 62 |
| Octal | 365 | 377 | 367 | 4 | 0 | 3 | 0 | 204 | 144 | 142 |
| Binary | 11110101 | 11111111 | 11110111 | 100 | 0 | 11 | 0 | 10000100 | 1100100 | 1100010 |
Color Harmonies of #F5FFF7
Complementary color
Monochromatic Colors of #F5FFF7
Black with #F5FFF7
Text Example
Text Example
White with #F5FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FFF7; }
p { color: rgb(245,255,247); }
H1.HeaderClassName
{
color: #F5FFF7;
}
.AnyTagClassName
{
color: #F5FFF7;
}
</style>
background-color css
<style>
a { background-color: #F5FFF7; }
a { background-color: rgb(245,255,247); }
div.DivClassName
{
background-color: #F5FFF7;
}
.BgClassName
{
background-color: #F5FFF7;
}
</style>
border-color css
<style>
span { border-color: #F5FFF7; }
span { border-color: rgb(245,255,247); }
td.TdClassName
{
border-color: #F5FFF7;
}
.TagClassName
{
border-color: #F5FFF7;
}
</style>