Shades of Bright Green #5ADC00
Tints of Bright Green #5ADC00
RGB
CMYK
RGB Variations
Color information
#5ADC00 (or 0x5ADC00) is known color: Bright Green. HEX triplet: 5A, DC and 00. RGB value is (90,220,0). Sum of RGB (Red+Green+Blue) = 90+220+0=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 220 (86.33% from 255 or 70.97% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ADC00 is #A523FF. Grayscale: #9C9C9C. Windows color (decimal): -10822656 or 56410. OLE color: 56410.
HSL color Cylindrical-coordinate representation of color #5ADC00: hue angle of 95.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5ADC00 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 0 | - |
| CMYK | 0.59 | 0 | 1 | 0.14 |
| HSL | 95.45º | 1% | 0.43% | - |
| HSV(B) | 95.45º | 1% | 0.86% | - |
| XYZ | 29.81 | 53.36 | 8.73 | - |
| YUV | 156.05 | 39.93 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 0 | 0.59 | 0 | 1 | 0.14 | 95.45 | 1 | 0.43 |
| Hex | 5A | DC | 0 | 3B | 0 | 64 | E | 5F | 64 | 2B |
| Octal | 132 | 334 | 0 | 73 | 0 | 144 | 16 | 137 | 144 | 53 |
| Binary | 1011010 | 11011100 | 0 | 111011 | 0 | 1100100 | 1110 | 1011111 | 1100100 | 101011 |
Color Harmonies of #5ADC00
Complementary color
Monochromatic Colors of #5ADC00
Black with #5ADC00
Text Example
Text Example
White with #5ADC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADC00; }
p { color: rgb(90,220,0); }
H1.HeaderClassName
{
color: #5ADC00;
}
.AnyTagClassName
{
color: #5ADC00;
}
</style>
background-color css
<style>
a { background-color: #5ADC00; }
a { background-color: rgb(90,220,0); }
div.DivClassName
{
background-color: #5ADC00;
}
.BgClassName
{
background-color: #5ADC00;
}
</style>
border-color css
<style>
span { border-color: #5ADC00; }
span { border-color: rgb(90,220,0); }
td.TdClassName
{
border-color: #5ADC00;
}
.TagClassName
{
border-color: #5ADC00;
}
</style>