Shades of Honeysuckle #E2F950
Tints of Honeysuckle #E2F950
RGB
CMYK
RGB Variations
Color information
#E2F950 (or 0xE2F950) is known color: Honeysuckle. HEX triplet: E2, F9 and 50. RGB value is (226,249,80). Sum of RGB (Red+Green+Blue) = 226+249+80=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 80 (31.64% from 255 or 14.41% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F950 is #1D06AF. Grayscale: #DFDFDF. Windows color (decimal): -1902256 or 5306850. OLE color: 5306850.
HSL color Cylindrical-coordinate representation of color #E2F950: hue angle of 68.17º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2F950 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 249 | 80 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.02 |
| HSL | 68.17º | 0.93% | 0.65% | - |
| HSV(B) | 68.17º | 0.68% | 0.98% | - |
| XYZ | 66.69 | 84.5 | 20.38 | - |
| YUV | 222.86 | 47.38 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 249 | 80 | 0.09 | 0 | 0.68 | 0.02 | 68.17 | 0.93 | 0.65 |
| Hex | E2 | F9 | 50 | 9 | 0 | 44 | 2 | 44 | 5D | 41 |
| Octal | 342 | 371 | 120 | 11 | 0 | 104 | 2 | 104 | 135 | 101 |
| Binary | 11100010 | 11111001 | 1010000 | 1001 | 0 | 1000100 | 10 | 1000100 | 1011101 | 1000001 |
Color Harmonies of #E2F950
Complementary color
Monochromatic Colors of #E2F950
Black with #E2F950
Text Example
Text Example
White with #E2F950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F950; }
p { color: rgb(226,249,80); }
H1.HeaderClassName
{
color: #E2F950;
}
.AnyTagClassName
{
color: #E2F950;
}
</style>
background-color css
<style>
a { background-color: #E2F950; }
a { background-color: rgb(226,249,80); }
div.DivClassName
{
background-color: #E2F950;
}
.BgClassName
{
background-color: #E2F950;
}
</style>
border-color css
<style>
span { border-color: #E2F950; }
span { border-color: rgb(226,249,80); }
td.TdClassName
{
border-color: #E2F950;
}
.TagClassName
{
border-color: #E2F950;
}
</style>