Shades of Bright Green #5ADC06
Tints of Bright Green #5ADC06
RGB
CMYK
RGB Variations
Color information
#5ADC06 (or 0x5ADC06) is known color: Bright Green. HEX triplet: 5A, DC and 06. RGB value is (90,220,6). Sum of RGB (Red+Green+Blue) = 90+220+6=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 220 (86.33% from 255 or 69.62% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ADC06 is #A523F9. Grayscale: #9D9D9D. Windows color (decimal): -10822650 or 449626. OLE color: 449626.
HSL color Cylindrical-coordinate representation of color #5ADC06: hue angle of 96.45º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5ADC06 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 6 | - |
| CMYK | 0.59 | 0 | 0.97 | 0.14 |
| HSL | 96.45º | 0.95% | 0.44% | - |
| HSV(B) | 96.45º | 0.97% | 0.86% | - |
| XYZ | 29.84 | 53.37 | 8.9 | - |
| YUV | 156.73 | 42.93 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 6 | 0.59 | 0 | 0.97 | 0.14 | 96.45 | 0.95 | 0.44 |
| Hex | 5A | DC | 6 | 3B | 0 | 61 | E | 60 | 5F | 2C |
| Octal | 132 | 334 | 6 | 73 | 0 | 141 | 16 | 140 | 137 | 54 |
| Binary | 1011010 | 11011100 | 110 | 111011 | 0 | 1100001 | 1110 | 1100000 | 1011111 | 101100 |
Color Harmonies of #5ADC06
Complementary color
Monochromatic Colors of #5ADC06
Black with #5ADC06
Text Example
Text Example
White with #5ADC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADC06; }
p { color: rgb(90,220,6); }
H1.HeaderClassName
{
color: #5ADC06;
}
.AnyTagClassName
{
color: #5ADC06;
}
</style>
background-color css
<style>
a { background-color: #5ADC06; }
a { background-color: rgb(90,220,6); }
div.DivClassName
{
background-color: #5ADC06;
}
.BgClassName
{
background-color: #5ADC06;
}
</style>
border-color css
<style>
span { border-color: #5ADC06; }
span { border-color: rgb(90,220,6); }
td.TdClassName
{
border-color: #5ADC06;
}
.TagClassName
{
border-color: #5ADC06;
}
</style>