Shades of Bright Green #55EE08
Tints of Bright Green #55EE08
RGB
CMYK
RGB Variations
Color information
#55EE08 (or 0x55EE08) is known color: Bright Green. HEX triplet: 55, EE and 08. RGB value is (85,238,8). Sum of RGB (Red+Green+Blue) = 85+238+8=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 238 (93.36% from 255 or 71.90% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 238 - color contains mainly: green. Hex color #55EE08 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55EE08 is #AA11F7. Grayscale: #A6A6A6. Windows color (decimal): -11145720 or 585301. OLE color: 585301.
HSL color Cylindrical-coordinate representation of color #55EE08: hue angle of 99.91º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #55EE08 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 238 | 8 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.07 |
| HSL | 99.91º | 0.93% | 0.48% | - |
| HSV(B) | 99.91º | 0.97% | 0.93% | - |
| XYZ | 34.36 | 63.1 | 10.6 | - |
| YUV | 166.03 | 38.81 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 8 | 0.64 | 0 | 0.97 | 0.07 | 99.91 | 0.93 | 0.48 |
| Hex | 55 | EE | 8 | 40 | 0 | 61 | 7 | 64 | 5D | 30 |
| Octal | 125 | 356 | 10 | 100 | 0 | 141 | 7 | 144 | 135 | 60 |
| Binary | 1010101 | 11101110 | 1000 | 1000000 | 0 | 1100001 | 111 | 1100100 | 1011101 | 110000 |
Color Harmonies of #55EE08
Complementary color
Monochromatic Colors of #55EE08
Black with #55EE08
Text Example
Text Example
White with #55EE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EE08; }
p { color: rgb(85,238,8); }
H1.HeaderClassName
{
color: #55EE08;
}
.AnyTagClassName
{
color: #55EE08;
}
</style>
background-color css
<style>
a { background-color: #55EE08; }
a { background-color: rgb(85,238,8); }
div.DivClassName
{
background-color: #55EE08;
}
.BgClassName
{
background-color: #55EE08;
}
</style>
border-color css
<style>
span { border-color: #55EE08; }
span { border-color: rgb(85,238,8); }
td.TdClassName
{
border-color: #55EE08;
}
.TagClassName
{
border-color: #55EE08;
}
</style>