Shades of Honeysuckle #E2F55F
Tints of Honeysuckle #E2F55F
RGB
CMYK
RGB Variations
Color information
#E2F55F (or 0xE2F55F) is known color: Honeysuckle. HEX triplet: E2, F5 and 5F. RGB value is (226,245,95). Sum of RGB (Red+Green+Blue) = 226+245+95=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 95 (37.5% from 255 or 16.78% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #E2F55F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F55F is #1D0AA0. Grayscale: #DEDEDE. Windows color (decimal): -1903265 or 6288866. OLE color: 6288866.
HSL color Cylindrical-coordinate representation of color #E2F55F: hue angle of 67.6º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E2F55F is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 245 | 95 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.04 |
| HSL | 67.6º | 0.88% | 0.67% | - |
| HSV(B) | 67.6º | 0.61% | 0.96% | - |
| XYZ | 66.08 | 82.3 | 23.23 | - |
| YUV | 222.22 | 56.21 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 245 | 95 | 0.08 | 0 | 0.61 | 0.04 | 67.6 | 0.88 | 0.67 |
| Hex | E2 | F5 | 5F | 8 | 0 | 3D | 4 | 44 | 58 | 43 |
| Octal | 342 | 365 | 137 | 10 | 0 | 75 | 4 | 104 | 130 | 103 |
| Binary | 11100010 | 11110101 | 1011111 | 1000 | 0 | 111101 | 100 | 1000100 | 1011000 | 1000011 |
Color Harmonies of #E2F55F
Complementary color
Monochromatic Colors of #E2F55F
Black with #E2F55F
Text Example
Text Example
White with #E2F55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F55F; }
p { color: rgb(226,245,95); }
H1.HeaderClassName
{
color: #E2F55F;
}
.AnyTagClassName
{
color: #E2F55F;
}
</style>
background-color css
<style>
a { background-color: #E2F55F; }
a { background-color: rgb(226,245,95); }
div.DivClassName
{
background-color: #E2F55F;
}
.BgClassName
{
background-color: #E2F55F;
}
</style>
border-color css
<style>
span { border-color: #E2F55F; }
span { border-color: rgb(226,245,95); }
td.TdClassName
{
border-color: #E2F55F;
}
.TagClassName
{
border-color: #E2F55F;
}
</style>