Shades of Bright Green #5AD900
Tints of Bright Green #5AD900
RGB
CMYK
RGB Variations
Color information
#5AD900 (or 0x5AD900) is known color: Bright Green. HEX triplet: 5A, D9 and 00. RGB value is (90,217,0). Sum of RGB (Red+Green+Blue) = 90+217+0=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 217 (85.16% from 255 or 70.68% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD900 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AD900 is #A526FF. Grayscale: #9B9B9B. Windows color (decimal): -10823424 or 55642. OLE color: 55642.
HSL color Cylindrical-coordinate representation of color #5AD900: hue angle of 95.12º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5AD900 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 217 | 0 | - |
| CMYK | 0.59 | 0 | 1 | 0.15 |
| HSL | 95.12º | 1% | 0.43% | - |
| HSV(B) | 95.12º | 1% | 0.85% | - |
| XYZ | 29.03 | 51.8 | 8.47 | - |
| YUV | 154.29 | 40.92 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 0 | 0.59 | 0 | 1 | 0.15 | 95.12 | 1 | 0.43 |
| Hex | 5A | D9 | 0 | 3B | 0 | 64 | F | 5F | 64 | 2B |
| Octal | 132 | 331 | 0 | 73 | 0 | 144 | 17 | 137 | 144 | 53 |
| Binary | 1011010 | 11011001 | 0 | 111011 | 0 | 1100100 | 1111 | 1011111 | 1100100 | 101011 |
Color Harmonies of #5AD900
Complementary color
Monochromatic Colors of #5AD900
Black with #5AD900
Text Example
Text Example
White with #5AD900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD900; }
p { color: rgb(90,217,0); }
H1.HeaderClassName
{
color: #5AD900;
}
.AnyTagClassName
{
color: #5AD900;
}
</style>
background-color css
<style>
a { background-color: #5AD900; }
a { background-color: rgb(90,217,0); }
div.DivClassName
{
background-color: #5AD900;
}
.BgClassName
{
background-color: #5AD900;
}
</style>
border-color css
<style>
span { border-color: #5AD900; }
span { border-color: rgb(90,217,0); }
td.TdClassName
{
border-color: #5AD900;
}
.TagClassName
{
border-color: #5AD900;
}
</style>