Shades of Honeysuckle #E2F26B
Tints of Honeysuckle #E2F26B
RGB
CMYK
RGB Variations
Color information
#E2F26B (or 0xE2F26B) is known color: Honeysuckle. HEX triplet: E2, F2 and 6B. RGB value is (226,242,107). Sum of RGB (Red+Green+Blue) = 226+242+107=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 107 (42.19% from 255 or 18.61% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F26B is #1D0D94. Grayscale: #DEDEDE. Windows color (decimal): -1904021 or 7074530. OLE color: 7074530.
HSL color Cylindrical-coordinate representation of color #E2F26B: hue angle of 67.11º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2F26B is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 107 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.05 |
| HSL | 67.11º | 0.84% | 0.68% | - |
| HSV(B) | 67.11º | 0.56% | 0.95% | - |
| XYZ | 65.77 | 80.73 | 26.03 | - |
| YUV | 221.83 | 63.2 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 107 | 0.07 | 0 | 0.56 | 0.05 | 67.11 | 0.84 | 0.68 |
| Hex | E2 | F2 | 6B | 7 | 0 | 38 | 5 | 43 | 54 | 44 |
| Octal | 342 | 362 | 153 | 7 | 0 | 70 | 5 | 103 | 124 | 104 |
| Binary | 11100010 | 11110010 | 1101011 | 111 | 0 | 111000 | 101 | 1000011 | 1010100 | 1000100 |
Color Harmonies of #E2F26B
Complementary color
Monochromatic Colors of #E2F26B
Black with #E2F26B
Text Example
Text Example
White with #E2F26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F26B; }
p { color: rgb(226,242,107); }
H1.HeaderClassName
{
color: #E2F26B;
}
.AnyTagClassName
{
color: #E2F26B;
}
</style>
background-color css
<style>
a { background-color: #E2F26B; }
a { background-color: rgb(226,242,107); }
div.DivClassName
{
background-color: #E2F26B;
}
.BgClassName
{
background-color: #E2F26B;
}
</style>
border-color css
<style>
span { border-color: #E2F26B; }
span { border-color: rgb(226,242,107); }
td.TdClassName
{
border-color: #E2F26B;
}
.TagClassName
{
border-color: #E2F26B;
}
</style>