Shades of Honeysuckle #E4FF70
Tints of Honeysuckle #E4FF70
RGB
CMYK
RGB Variations
Color information
#E4FF70 (or 0xE4FF70) is known color: Honeysuckle. HEX triplet: E4, FF and 70. RGB value is (228,255,112). Sum of RGB (Red+Green+Blue) = 228+255+112=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 112 (44.14% from 255 or 18.82% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #E4FF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4FF70 is #1B008F. Grayscale: #E7E7E7. Windows color (decimal): -1769616 or 7405540. OLE color: 7405540.
HSL color Cylindrical-coordinate representation of color #E4FF70: hue angle of 71.33º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E4FF70 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 255 | 112 | - |
| CMYK | 0.11 | 0 | 0.56 | 0 |
| HSL | 71.33º | 1% | 0.72% | - |
| HSV(B) | 71.33º | 0.56% | 1% | - |
| XYZ | 70.68 | 89.18 | 28.82 | - |
| YUV | 230.63 | 61.05 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 255 | 112 | 0.11 | 0 | 0.56 | 0 | 71.33 | 1 | 0.72 |
| Hex | E4 | FF | 70 | B | 0 | 38 | 0 | 47 | 64 | 48 |
| Octal | 344 | 377 | 160 | 13 | 0 | 70 | 0 | 107 | 144 | 110 |
| Binary | 11100100 | 11111111 | 1110000 | 1011 | 0 | 111000 | 0 | 1000111 | 1100100 | 1001000 |
Color Harmonies of #E4FF70
Complementary color
Monochromatic Colors of #E4FF70
Black with #E4FF70
Text Example
Text Example
White with #E4FF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FF70; }
p { color: rgb(228,255,112); }
H1.HeaderClassName
{
color: #E4FF70;
}
.AnyTagClassName
{
color: #E4FF70;
}
</style>
background-color css
<style>
a { background-color: #E4FF70; }
a { background-color: rgb(228,255,112); }
div.DivClassName
{
background-color: #E4FF70;
}
.BgClassName
{
background-color: #E4FF70;
}
</style>
border-color css
<style>
span { border-color: #E4FF70; }
span { border-color: rgb(228,255,112); }
td.TdClassName
{
border-color: #E4FF70;
}
.TagClassName
{
border-color: #E4FF70;
}
</style>