Shades of Honeysuckle #E2FF52
Tints of Honeysuckle #E2FF52
RGB
CMYK
RGB Variations
Color information
#E2FF52 (or 0xE2FF52) is known color: Honeysuckle. HEX triplet: E2, FF and 52. RGB value is (226,255,82). Sum of RGB (Red+Green+Blue) = 226+255+82=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 82 (32.42% from 255 or 14.56% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FF52 is #1D00AD. Grayscale: #E3E3E3. Windows color (decimal): -1900718 or 5439458. OLE color: 5439458.
HSL color Cylindrical-coordinate representation of color #E2FF52: hue angle of 70.06º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2FF52 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 82 | - |
| CMYK | 0.11 | 0 | 0.68 | 0 |
| HSL | 70.06º | 1% | 0.66% | - |
| HSV(B) | 70.06º | 0.68% | 1% | - |
| XYZ | 68.65 | 88.3 | 21.41 | - |
| YUV | 226.61 | 46.39 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 82 | 0.11 | 0 | 0.68 | 0 | 70.06 | 1 | 0.66 |
| Hex | E2 | FF | 52 | B | 0 | 44 | 0 | 46 | 64 | 42 |
| Octal | 342 | 377 | 122 | 13 | 0 | 104 | 0 | 106 | 144 | 102 |
| Binary | 11100010 | 11111111 | 1010010 | 1011 | 0 | 1000100 | 0 | 1000110 | 1100100 | 1000010 |
Color Harmonies of #E2FF52
Complementary color
Monochromatic Colors of #E2FF52
Black with #E2FF52
Text Example
Text Example
White with #E2FF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF52; }
p { color: rgb(226,255,82); }
H1.HeaderClassName
{
color: #E2FF52;
}
.AnyTagClassName
{
color: #E2FF52;
}
</style>
background-color css
<style>
a { background-color: #E2FF52; }
a { background-color: rgb(226,255,82); }
div.DivClassName
{
background-color: #E2FF52;
}
.BgClassName
{
background-color: #E2FF52;
}
</style>
border-color css
<style>
span { border-color: #E2FF52; }
span { border-color: rgb(226,255,82); }
td.TdClassName
{
border-color: #E2FF52;
}
.TagClassName
{
border-color: #E2FF52;
}
</style>