Shades of Bright Green #5ADD01
Tints of Bright Green #5ADD01
RGB
CMYK
RGB Variations
Color information
#5ADD01 (or 0x5ADD01) is known color: Bright Green. HEX triplet: 5A, DD and 01. RGB value is (90,221,1). Sum of RGB (Red+Green+Blue) = 90+221+1=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 221 (86.72% from 255 or 70.83% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ADD01 is #A522FE. Grayscale: #9D9D9D. Windows color (decimal): -10822399 or 122202. OLE color: 122202.
HSL color Cylindrical-coordinate representation of color #5ADD01: hue angle of 95.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5ADD01 is Cyan = 0.59, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 1 | - |
| CMYK | 0.59 | 0 | 1.00 | 0.13 |
| HSL | 95.73º | 0.99% | 0.44% | - |
| HSV(B) | 95.73º | 1% | 0.87% | - |
| XYZ | 30.08 | 53.89 | 8.84 | - |
| YUV | 156.75 | 40.1 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 1 | 0.59 | 0 | 1.00 | 0.13 | 95.73 | 0.99 | 0.44 |
| Hex | 5A | DD | 1 | 3B | 0 | 64 | D | 60 | 63 | 2C |
| Octal | 132 | 335 | 1 | 73 | 0 | 144 | 15 | 140 | 143 | 54 |
| Binary | 1011010 | 11011101 | 1 | 111011 | 0 | 1100100 | 1101 | 1100000 | 1100011 | 101100 |
Color Harmonies of #5ADD01
Complementary color
Monochromatic Colors of #5ADD01
Black with #5ADD01
Text Example
Text Example
White with #5ADD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADD01; }
p { color: rgb(90,221,1); }
H1.HeaderClassName
{
color: #5ADD01;
}
.AnyTagClassName
{
color: #5ADD01;
}
</style>
background-color css
<style>
a { background-color: #5ADD01; }
a { background-color: rgb(90,221,1); }
div.DivClassName
{
background-color: #5ADD01;
}
.BgClassName
{
background-color: #5ADD01;
}
</style>
border-color css
<style>
span { border-color: #5ADD01; }
span { border-color: rgb(90,221,1); }
td.TdClassName
{
border-color: #5ADD01;
}
.TagClassName
{
border-color: #5ADD01;
}
</style>