Shades of Honeysuckle #E2F26D
Tints of Honeysuckle #E2F26D
RGB
CMYK
RGB Variations
Color information
#E2F26D (or 0xE2F26D) is known color: Honeysuckle. HEX triplet: E2, F2 and 6D. RGB value is (226,242,109). Sum of RGB (Red+Green+Blue) = 226+242+109=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 109 (42.97% from 255 or 18.89% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F26D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F26D is #1D0D92. Grayscale: #DEDEDE. Windows color (decimal): -1904019 or 7205602. OLE color: 7205602.
HSL color Cylindrical-coordinate representation of color #E2F26D: hue angle of 67.22º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2F26D is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 109 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.05 |
| HSL | 67.22º | 0.84% | 0.69% | - |
| HSV(B) | 67.22º | 0.55% | 0.95% | - |
| XYZ | 65.88 | 80.78 | 26.59 | - |
| YUV | 222.05 | 64.2 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 109 | 0.07 | 0 | 0.55 | 0.05 | 67.22 | 0.84 | 0.69 |
| Hex | E2 | F2 | 6D | 7 | 0 | 37 | 5 | 43 | 54 | 45 |
| Octal | 342 | 362 | 155 | 7 | 0 | 67 | 5 | 103 | 124 | 105 |
| Binary | 11100010 | 11110010 | 1101101 | 111 | 0 | 110111 | 101 | 1000011 | 1010100 | 1000101 |
Color Harmonies of #E2F26D
Complementary color
Monochromatic Colors of #E2F26D
Black with #E2F26D
Text Example
Text Example
White with #E2F26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F26D; }
p { color: rgb(226,242,109); }
H1.HeaderClassName
{
color: #E2F26D;
}
.AnyTagClassName
{
color: #E2F26D;
}
</style>
background-color css
<style>
a { background-color: #E2F26D; }
a { background-color: rgb(226,242,109); }
div.DivClassName
{
background-color: #E2F26D;
}
.BgClassName
{
background-color: #E2F26D;
}
</style>
border-color css
<style>
span { border-color: #E2F26D; }
span { border-color: rgb(226,242,109); }
td.TdClassName
{
border-color: #E2F26D;
}
.TagClassName
{
border-color: #E2F26D;
}
</style>