Shades of Bright Green #55EA21
Tints of Bright Green #55EA21
RGB
CMYK
RGB Variations
Color information
#55EA21 (or 0x55EA21) is known color: Bright Green. HEX triplet: 55, EA and 21. RGB value is (85,234,33). Sum of RGB (Red+Green+Blue) = 85+234+33=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 234 (91.80% from 255 or 66.48% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 234 - color contains mainly: green. Hex color #55EA21 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EA21 is #AA15DE. Grayscale: #A7A7A7. Windows color (decimal): -11146719 or 2222677. OLE color: 2222677.
HSL color Cylindrical-coordinate representation of color #55EA21: hue angle of 104.48º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55EA21 is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 234 | 33 | - |
| CMYK | 0.64 | 0 | 0.86 | 0.08 |
| HSL | 104.48º | 0.83% | 0.52% | - |
| HSV(B) | 104.48º | 0.86% | 0.92% | - |
| XYZ | 33.44 | 60.89 | 11.43 | - |
| YUV | 166.54 | 52.64 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 234 | 33 | 0.64 | 0 | 0.86 | 0.08 | 104.48 | 0.83 | 0.52 |
| Hex | 55 | EA | 21 | 40 | 0 | 56 | 8 | 68 | 53 | 34 |
| Octal | 125 | 352 | 41 | 100 | 0 | 126 | 10 | 150 | 123 | 64 |
| Binary | 1010101 | 11101010 | 100001 | 1000000 | 0 | 1010110 | 1000 | 1101000 | 1010011 | 110100 |
Color Harmonies of #55EA21
Complementary color
Monochromatic Colors of #55EA21
Black with #55EA21
Text Example
Text Example
White with #55EA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EA21; }
p { color: rgb(85,234,33); }
H1.HeaderClassName
{
color: #55EA21;
}
.AnyTagClassName
{
color: #55EA21;
}
</style>
background-color css
<style>
a { background-color: #55EA21; }
a { background-color: rgb(85,234,33); }
div.DivClassName
{
background-color: #55EA21;
}
.BgClassName
{
background-color: #55EA21;
}
</style>
border-color css
<style>
span { border-color: #55EA21; }
span { border-color: rgb(85,234,33); }
td.TdClassName
{
border-color: #55EA21;
}
.TagClassName
{
border-color: #55EA21;
}
</style>