Shades of Bright Green #55EA08
Tints of Bright Green #55EA08
RGB
CMYK
RGB Variations
Color information
#55EA08 (or 0x55EA08) is known color: Bright Green. HEX triplet: 55, EA and 08. RGB value is (85,234,8). Sum of RGB (Red+Green+Blue) = 85+234+8=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 234 (91.80% from 255 or 71.56% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 234 - color contains mainly: green. Hex color #55EA08 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55EA08 is #AA15F7. Grayscale: #A4A4A4. Windows color (decimal): -11146744 or 584277. OLE color: 584277.
HSL color Cylindrical-coordinate representation of color #55EA08: hue angle of 99.56º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #55EA08 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 234 | 8 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.08 |
| HSL | 99.56º | 0.93% | 0.47% | - |
| HSV(B) | 99.56º | 0.97% | 0.92% | - |
| XYZ | 33.21 | 60.79 | 10.21 | - |
| YUV | 163.69 | 40.14 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 234 | 8 | 0.64 | 0 | 0.97 | 0.08 | 99.56 | 0.93 | 0.47 |
| Hex | 55 | EA | 8 | 40 | 0 | 61 | 8 | 64 | 5D | 2F |
| Octal | 125 | 352 | 10 | 100 | 0 | 141 | 10 | 144 | 135 | 57 |
| Binary | 1010101 | 11101010 | 1000 | 1000000 | 0 | 1100001 | 1000 | 1100100 | 1011101 | 101111 |
Color Harmonies of #55EA08
Complementary color
Monochromatic Colors of #55EA08
Black with #55EA08
Text Example
Text Example
White with #55EA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EA08; }
p { color: rgb(85,234,8); }
H1.HeaderClassName
{
color: #55EA08;
}
.AnyTagClassName
{
color: #55EA08;
}
</style>
background-color css
<style>
a { background-color: #55EA08; }
a { background-color: rgb(85,234,8); }
div.DivClassName
{
background-color: #55EA08;
}
.BgClassName
{
background-color: #55EA08;
}
</style>
border-color css
<style>
span { border-color: #55EA08; }
span { border-color: rgb(85,234,8); }
td.TdClassName
{
border-color: #55EA08;
}
.TagClassName
{
border-color: #55EA08;
}
</style>