Shades of Honeysuckle #E5F270
Tints of Honeysuckle #E5F270
RGB
CMYK
RGB Variations
Color information
#E5F270 (or 0xE5F270) is known color: Honeysuckle. HEX triplet: E5, F2 and 70. RGB value is (229,242,112). Sum of RGB (Red+Green+Blue) = 229+242+112=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 112 (44.14% from 255 or 19.21% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5F270 is #1A0D8F. Grayscale: #DFDFDF. Windows color (decimal): -1707408 or 7402213. OLE color: 7402213.
HSL color Cylindrical-coordinate representation of color #E5F270: hue angle of 66º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5F270 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 112 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.05 |
| HSL | 66º | 0.83% | 0.69% | - |
| HSV(B) | 66º | 0.54% | 0.95% | - |
| XYZ | 66.99 | 81.33 | 27.5 | - |
| YUV | 223.29 | 65.19 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 112 | 0.05 | 0 | 0.54 | 0.05 | 66 | 0.83 | 0.69 |
| Hex | E5 | F2 | 70 | 5 | 0 | 36 | 5 | 42 | 53 | 45 |
| Octal | 345 | 362 | 160 | 5 | 0 | 66 | 5 | 102 | 123 | 105 |
| Binary | 11100101 | 11110010 | 1110000 | 101 | 0 | 110110 | 101 | 1000010 | 1010011 | 1000101 |
Color Harmonies of #E5F270
Complementary color
Monochromatic Colors of #E5F270
Black with #E5F270
Text Example
Text Example
White with #E5F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F270; }
p { color: rgb(229,242,112); }
H1.HeaderClassName
{
color: #E5F270;
}
.AnyTagClassName
{
color: #E5F270;
}
</style>
background-color css
<style>
a { background-color: #E5F270; }
a { background-color: rgb(229,242,112); }
div.DivClassName
{
background-color: #E5F270;
}
.BgClassName
{
background-color: #E5F270;
}
</style>
border-color css
<style>
span { border-color: #E5F270; }
span { border-color: rgb(229,242,112); }
td.TdClassName
{
border-color: #E5F270;
}
.TagClassName
{
border-color: #E5F270;
}
</style>