Shades of Honeysuckle #E2F45A
Tints of Honeysuckle #E2F45A
RGB
CMYK
RGB Variations
Color information
#E2F45A (or 0xE2F45A) is known color: Honeysuckle. HEX triplet: E2, F4 and 5A. RGB value is (226,244,90). Sum of RGB (Red+Green+Blue) = 226+244+90=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 244 (95.70% from 255 or 43.57% from 560); Blue value is 90 (35.55% from 255 or 16.07% from 560); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F45A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F45A is #1D0BA5. Grayscale: #DDDDDD. Windows color (decimal): -1903526 or 5960930. OLE color: 5960930.
HSL color Cylindrical-coordinate representation of color #E2F45A: hue angle of 67.01º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E2F45A is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 244 | 90 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.04 |
| HSL | 67.01º | 0.88% | 0.65% | - |
| HSV(B) | 67.01º | 0.63% | 0.96% | - |
| XYZ | 65.56 | 81.61 | 21.97 | - |
| YUV | 221.06 | 54.04 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 244 | 90 | 0.07 | 0 | 0.63 | 0.04 | 67.01 | 0.88 | 0.65 |
| Hex | E2 | F4 | 5A | 7 | 0 | 3F | 4 | 43 | 58 | 41 |
| Octal | 342 | 364 | 132 | 7 | 0 | 77 | 4 | 103 | 130 | 101 |
| Binary | 11100010 | 11110100 | 1011010 | 111 | 0 | 111111 | 100 | 1000011 | 1011000 | 1000001 |
Color Harmonies of #E2F45A
Complementary color
Monochromatic Colors of #E2F45A
Black with #E2F45A
Text Example
Text Example
White with #E2F45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F45A; }
p { color: rgb(226,244,90); }
H1.HeaderClassName
{
color: #E2F45A;
}
.AnyTagClassName
{
color: #E2F45A;
}
</style>
background-color css
<style>
a { background-color: #E2F45A; }
a { background-color: rgb(226,244,90); }
div.DivClassName
{
background-color: #E2F45A;
}
.BgClassName
{
background-color: #E2F45A;
}
</style>
border-color css
<style>
span { border-color: #E2F45A; }
span { border-color: rgb(226,244,90); }
td.TdClassName
{
border-color: #E2F45A;
}
.TagClassName
{
border-color: #E2F45A;
}
</style>