Shades of Honeysuckle #E2F56A
Tints of Honeysuckle #E2F56A
RGB
CMYK
RGB Variations
Color information
#E2F56A (or 0xE2F56A) is known color: Honeysuckle. HEX triplet: E2, F5 and 6A. RGB value is (226,245,106). Sum of RGB (Red+Green+Blue) = 226+245+106=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 245 (96.09% from 255 or 42.46% from 577); Blue value is 106 (41.80% from 255 or 18.37% from 577); Max value from RGB is 245 - color contains mainly: green. Hex color #E2F56A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F56A is #1D0A95. Grayscale: #E0E0E0. Windows color (decimal): -1903254 or 7009762. OLE color: 7009762.
HSL color Cylindrical-coordinate representation of color #E2F56A: hue angle of 68.2º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2F56A is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 245 | 106 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.04 |
| HSL | 68.2º | 0.87% | 0.69% | - |
| HSV(B) | 68.2º | 0.57% | 0.96% | - |
| XYZ | 66.62 | 82.51 | 26.05 | - |
| YUV | 223.47 | 61.71 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 245 | 106 | 0.08 | 0 | 0.57 | 0.04 | 68.2 | 0.87 | 0.69 |
| Hex | E2 | F5 | 6A | 8 | 0 | 39 | 4 | 44 | 57 | 45 |
| Octal | 342 | 365 | 152 | 10 | 0 | 71 | 4 | 104 | 127 | 105 |
| Binary | 11100010 | 11110101 | 1101010 | 1000 | 0 | 111001 | 100 | 1000100 | 1010111 | 1000101 |
Color Harmonies of #E2F56A
Complementary color
Monochromatic Colors of #E2F56A
Black with #E2F56A
Text Example
Text Example
White with #E2F56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F56A; }
p { color: rgb(226,245,106); }
H1.HeaderClassName
{
color: #E2F56A;
}
.AnyTagClassName
{
color: #E2F56A;
}
</style>
background-color css
<style>
a { background-color: #E2F56A; }
a { background-color: rgb(226,245,106); }
div.DivClassName
{
background-color: #E2F56A;
}
.BgClassName
{
background-color: #E2F56A;
}
</style>
border-color css
<style>
span { border-color: #E2F56A; }
span { border-color: rgb(226,245,106); }
td.TdClassName
{
border-color: #E2F56A;
}
.TagClassName
{
border-color: #E2F56A;
}
</style>