Shades of Bright Green #55FF01
Tints of Bright Green #55FF01
RGB
CMYK
RGB Variations
Color information
#55FF01 (or 0x55FF01) is known color: Bright Green. HEX triplet: 55, FF and 01. RGB value is (85,255,1). Sum of RGB (Red+Green+Blue) = 85+255+1=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 255 (100% from 255 or 74.78% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55FF01 is #AA00FE. Grayscale: #B0B0B0. Windows color (decimal): -11141375 or 130901. OLE color: 130901.
HSL color Cylindrical-coordinate representation of color #55FF01: hue angle of 100.16º 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 #55FF01 is Cyan = 0.67, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 1 | - |
| CMYK | 0.67 | 0 | 1.00 | 0 |
| HSL | 100.16º | 1% | 0.5% | - |
| HSV(B) | 100.16º | 1% | 1% | - |
| XYZ | 39.51 | 73.45 | 12.12 | - |
| YUV | 175.21 | 29.68 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 1 | 0.67 | 0 | 1.00 | 0 | 100.16 | 1 | 0.5 |
| Hex | 55 | FF | 1 | 43 | 0 | 64 | 0 | 64 | 64 | 32 |
| Octal | 125 | 377 | 1 | 103 | 0 | 144 | 0 | 144 | 144 | 62 |
| Binary | 1010101 | 11111111 | 1 | 1000011 | 0 | 1100100 | 0 | 1100100 | 1100100 | 110010 |
Color Harmonies of #55FF01
Complementary color
Monochromatic Colors of #55FF01
Black with #55FF01
Text Example
Text Example
White with #55FF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FF01; }
p { color: rgb(85,255,1); }
H1.HeaderClassName
{
color: #55FF01;
}
.AnyTagClassName
{
color: #55FF01;
}
</style>
background-color css
<style>
a { background-color: #55FF01; }
a { background-color: rgb(85,255,1); }
div.DivClassName
{
background-color: #55FF01;
}
.BgClassName
{
background-color: #55FF01;
}
</style>
border-color css
<style>
span { border-color: #55FF01; }
span { border-color: rgb(85,255,1); }
td.TdClassName
{
border-color: #55FF01;
}
.TagClassName
{
border-color: #55FF01;
}
</style>