Shades of Honeysuckle #E2FE50
Tints of Honeysuckle #E2FE50
RGB
CMYK
RGB Variations
Color information
#E2FE50 (or 0xE2FE50) is known color: Honeysuckle. HEX triplet: E2, FE and 50. RGB value is (226,254,80). Sum of RGB (Red+Green+Blue) = 226+254+80=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 80 (31.64% from 255 or 14.29% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FE50 is #1D01AF. Grayscale: #E2E2E2. Windows color (decimal): -1900976 or 5308130. OLE color: 5308130.
HSL color Cylindrical-coordinate representation of color #E2FE50: hue angle of 69.66º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2FE50 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 80 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.00 |
| HSL | 69.66º | 0.99% | 0.65% | - |
| HSV(B) | 69.66º | 0.69% | 1% | - |
| XYZ | 68.25 | 87.63 | 20.91 | - |
| YUV | 225.79 | 45.72 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 80 | 0.11 | 0 | 0.69 | 0.00 | 69.66 | 0.99 | 0.65 |
| Hex | E2 | FE | 50 | B | 0 | 45 | 0 | 46 | 63 | 41 |
| Octal | 342 | 376 | 120 | 13 | 0 | 105 | 0 | 106 | 143 | 101 |
| Binary | 11100010 | 11111110 | 1010000 | 1011 | 0 | 1000101 | 0 | 1000110 | 1100011 | 1000001 |
Color Harmonies of #E2FE50
Complementary color
Monochromatic Colors of #E2FE50
Black with #E2FE50
Text Example
Text Example
White with #E2FE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FE50; }
p { color: rgb(226,254,80); }
H1.HeaderClassName
{
color: #E2FE50;
}
.AnyTagClassName
{
color: #E2FE50;
}
</style>
background-color css
<style>
a { background-color: #E2FE50; }
a { background-color: rgb(226,254,80); }
div.DivClassName
{
background-color: #E2FE50;
}
.BgClassName
{
background-color: #E2FE50;
}
</style>
border-color css
<style>
span { border-color: #E2FE50; }
span { border-color: rgb(226,254,80); }
td.TdClassName
{
border-color: #E2FE50;
}
.TagClassName
{
border-color: #E2FE50;
}
</style>