Shades of Bright Green #55FF00
Tints of Bright Green #55FF00
RGB
CMYK
RGB Variations
Color information
#55FF00 (or 0x55FF00) is known color: Bright Green. HEX triplet: 55, FF and 00. RGB value is (85,255,0). Sum of RGB (Red+Green+Blue) = 85+255+0=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 255 (100% from 255 or 75% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55FF00 is #AA00FF. Grayscale: #AFAFAF. Windows color (decimal): -11141376 or 65365. OLE color: 65365.
HSL color Cylindrical-coordinate representation of color #55FF00: hue angle of 100º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55FF00 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0 |
| HSL | 100º | 1% | 0.5% | - |
| HSV(B) | 100º | 1% | 1% | - |
| XYZ | 39.51 | 73.45 | 12.1 | - |
| YUV | 175.1 | 29.18 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 0 | 0.67 | 0 | 1 | 0 | 100 | 1 | 0.5 |
| Hex | 55 | FF | 0 | 43 | 0 | 64 | 0 | 64 | 64 | 32 |
| Octal | 125 | 377 | 0 | 103 | 0 | 144 | 0 | 144 | 144 | 62 |
| Binary | 1010101 | 11111111 | 0 | 1000011 | 0 | 1100100 | 0 | 1100100 | 1100100 | 110010 |
Color Harmonies of #55FF00
Complementary color
Monochromatic Colors of #55FF00
Black with #55FF00
Text Example
Text Example
White with #55FF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FF00; }
p { color: rgb(85,255,0); }
H1.HeaderClassName
{
color: #55FF00;
}
.AnyTagClassName
{
color: #55FF00;
}
</style>
background-color css
<style>
a { background-color: #55FF00; }
a { background-color: rgb(85,255,0); }
div.DivClassName
{
background-color: #55FF00;
}
.BgClassName
{
background-color: #55FF00;
}
</style>
border-color css
<style>
span { border-color: #55FF00; }
span { border-color: rgb(85,255,0); }
td.TdClassName
{
border-color: #55FF00;
}
.TagClassName
{
border-color: #55FF00;
}
</style>