Shades of Honeysuckle #E2FF60
Tints of Honeysuckle #E2FF60
RGB
CMYK
RGB Variations
Color information
#E2FF60 (or 0xE2FF60) is known color: Honeysuckle. HEX triplet: E2, FF and 60. RGB value is (226,255,96). Sum of RGB (Red+Green+Blue) = 226+255+96=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 96 (37.89% from 255 or 16.64% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FF60 is #1D009F. Grayscale: #E4E4E4. Windows color (decimal): -1900704 or 6356962. OLE color: 6356962.
HSL color Cylindrical-coordinate representation of color #E2FF60: hue angle of 70.94º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2FF60 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 96 | - |
| CMYK | 0.11 | 0 | 0.62 | 0 |
| HSL | 70.94º | 1% | 0.69% | - |
| HSV(B) | 70.94º | 0.62% | 1% | - |
| XYZ | 69.24 | 88.53 | 24.51 | - |
| YUV | 228.2 | 53.39 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 96 | 0.11 | 0 | 0.62 | 0 | 70.94 | 1 | 0.69 |
| Hex | E2 | FF | 60 | B | 0 | 3E | 0 | 47 | 64 | 45 |
| Octal | 342 | 377 | 140 | 13 | 0 | 76 | 0 | 107 | 144 | 105 |
| Binary | 11100010 | 11111111 | 1100000 | 1011 | 0 | 111110 | 0 | 1000111 | 1100100 | 1000101 |
Color Harmonies of #E2FF60
Complementary color
Monochromatic Colors of #E2FF60
Black with #E2FF60
Text Example
Text Example
White with #E2FF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF60; }
p { color: rgb(226,255,96); }
H1.HeaderClassName
{
color: #E2FF60;
}
.AnyTagClassName
{
color: #E2FF60;
}
</style>
background-color css
<style>
a { background-color: #E2FF60; }
a { background-color: rgb(226,255,96); }
div.DivClassName
{
background-color: #E2FF60;
}
.BgClassName
{
background-color: #E2FF60;
}
</style>
border-color css
<style>
span { border-color: #E2FF60; }
span { border-color: rgb(226,255,96); }
td.TdClassName
{
border-color: #E2FF60;
}
.TagClassName
{
border-color: #E2FF60;
}
</style>