Shades of Honeysuckle #E2FF5D
Tints of Honeysuckle #E2FF5D
RGB
CMYK
RGB Variations
Color information
#E2FF5D (or 0xE2FF5D) is known color: Honeysuckle. HEX triplet: E2, FF and 5D. RGB value is (226,255,93). Sum of RGB (Red+Green+Blue) = 226+255+93=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 93 (36.72% from 255 or 16.20% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FF5D is #1D00A2. Grayscale: #E4E4E4. Windows color (decimal): -1900707 or 6160354. OLE color: 6160354.
HSL color Cylindrical-coordinate representation of color #E2FF5D: hue angle of 70.74º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2FF5D is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 93 | - |
| CMYK | 0.11 | 0 | 0.64 | 0 |
| HSL | 70.74º | 1% | 0.68% | - |
| HSV(B) | 70.74º | 0.64% | 1% | - |
| XYZ | 69.1 | 88.48 | 23.79 | - |
| YUV | 227.86 | 51.89 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 93 | 0.11 | 0 | 0.64 | 0 | 70.74 | 1 | 0.68 |
| Hex | E2 | FF | 5D | B | 0 | 40 | 0 | 47 | 64 | 44 |
| Octal | 342 | 377 | 135 | 13 | 0 | 100 | 0 | 107 | 144 | 104 |
| Binary | 11100010 | 11111111 | 1011101 | 1011 | 0 | 1000000 | 0 | 1000111 | 1100100 | 1000100 |
Color Harmonies of #E2FF5D
Complementary color
Monochromatic Colors of #E2FF5D
Black with #E2FF5D
Text Example
Text Example
White with #E2FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF5D; }
p { color: rgb(226,255,93); }
H1.HeaderClassName
{
color: #E2FF5D;
}
.AnyTagClassName
{
color: #E2FF5D;
}
</style>
background-color css
<style>
a { background-color: #E2FF5D; }
a { background-color: rgb(226,255,93); }
div.DivClassName
{
background-color: #E2FF5D;
}
.BgClassName
{
background-color: #E2FF5D;
}
</style>
border-color css
<style>
span { border-color: #E2FF5D; }
span { border-color: rgb(226,255,93); }
td.TdClassName
{
border-color: #E2FF5D;
}
.TagClassName
{
border-color: #E2FF5D;
}
</style>