Shades of Honeysuckle #E5F260
Tints of Honeysuckle #E5F260
RGB
CMYK
RGB Variations
Color information
#E5F260 (or 0xE5F260) is known color: Honeysuckle. HEX triplet: E5, F2 and 60. RGB value is (229,242,96). Sum of RGB (Red+Green+Blue) = 229+242+96=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 96 (37.89% from 255 or 16.93% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F260 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5F260 is #1A0D9F. Grayscale: #DEDEDE. Windows color (decimal): -1707424 or 6353637. OLE color: 6353637.
HSL color Cylindrical-coordinate representation of color #E5F260: hue angle of 65.34º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5F260 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 96 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.05 |
| HSL | 65.34º | 0.85% | 0.66% | - |
| HSV(B) | 65.34º | 0.6% | 0.95% | - |
| XYZ | 66.18 | 81.01 | 23.21 | - |
| YUV | 221.47 | 57.19 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 96 | 0.05 | 0 | 0.60 | 0.05 | 65.34 | 0.85 | 0.66 |
| Hex | E5 | F2 | 60 | 5 | 0 | 3C | 5 | 41 | 55 | 42 |
| Octal | 345 | 362 | 140 | 5 | 0 | 74 | 5 | 101 | 125 | 102 |
| Binary | 11100101 | 11110010 | 1100000 | 101 | 0 | 111100 | 101 | 1000001 | 1010101 | 1000010 |
Color Harmonies of #E5F260
Complementary color
Monochromatic Colors of #E5F260
Black with #E5F260
Text Example
Text Example
White with #E5F260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F260; }
p { color: rgb(229,242,96); }
H1.HeaderClassName
{
color: #E5F260;
}
.AnyTagClassName
{
color: #E5F260;
}
</style>
background-color css
<style>
a { background-color: #E5F260; }
a { background-color: rgb(229,242,96); }
div.DivClassName
{
background-color: #E5F260;
}
.BgClassName
{
background-color: #E5F260;
}
</style>
border-color css
<style>
span { border-color: #E5F260; }
span { border-color: rgb(229,242,96); }
td.TdClassName
{
border-color: #E5F260;
}
.TagClassName
{
border-color: #E5F260;
}
</style>