Shades of Bright Green #55EA04
Tints of Bright Green #55EA04
RGB
CMYK
RGB Variations
Color information
#55EA04 (or 0x55EA04) is known color: Bright Green. HEX triplet: 55, EA and 04. RGB value is (85,234,4). Sum of RGB (Red+Green+Blue) = 85+234+4=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 234 (91.80% from 255 or 72.45% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 234 - color contains mainly: green. Hex color #55EA04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55EA04 is #AA15FB. Grayscale: #A4A4A4. Windows color (decimal): -11146748 or 322133. OLE color: 322133.
HSL color Cylindrical-coordinate representation of color #55EA04: hue angle of 98.87º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55EA04 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 234 | 4 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.08 |
| HSL | 98.87º | 0.97% | 0.47% | - |
| HSV(B) | 98.87º | 0.98% | 0.92% | - |
| XYZ | 33.19 | 60.79 | 10.1 | - |
| YUV | 163.23 | 38.14 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 234 | 4 | 0.64 | 0 | 0.98 | 0.08 | 98.87 | 0.97 | 0.47 |
| Hex | 55 | EA | 4 | 40 | 0 | 62 | 8 | 63 | 61 | 2F |
| Octal | 125 | 352 | 4 | 100 | 0 | 142 | 10 | 143 | 141 | 57 |
| Binary | 1010101 | 11101010 | 100 | 1000000 | 0 | 1100010 | 1000 | 1100011 | 1100001 | 101111 |
Color Harmonies of #55EA04
Complementary color
Monochromatic Colors of #55EA04
Black with #55EA04
Text Example
Text Example
White with #55EA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EA04; }
p { color: rgb(85,234,4); }
H1.HeaderClassName
{
color: #55EA04;
}
.AnyTagClassName
{
color: #55EA04;
}
</style>
background-color css
<style>
a { background-color: #55EA04; }
a { background-color: rgb(85,234,4); }
div.DivClassName
{
background-color: #55EA04;
}
.BgClassName
{
background-color: #55EA04;
}
</style>
border-color css
<style>
span { border-color: #55EA04; }
span { border-color: rgb(85,234,4); }
td.TdClassName
{
border-color: #55EA04;
}
.TagClassName
{
border-color: #55EA04;
}
</style>