Shades of Kelly Green #5ADC32
Tints of Kelly Green #5ADC32
RGB
CMYK
RGB Variations
Color information
#5ADC32 (or 0x5ADC32) is known color: Kelly Green. HEX triplet: 5A, DC and 32. RGB value is (90,220,50). Sum of RGB (Red+Green+Blue) = 90+220+50=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 220 (86.33% from 255 or 61.11% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADC32 is #A523CD. Grayscale: #A2A2A2. Windows color (decimal): -10822606 or 3333210. OLE color: 3333210.
HSL color Cylindrical-coordinate representation of color #5ADC32: hue angle of 105.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5ADC32 is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 50 | - |
| CMYK | 0.59 | 0 | 0.77 | 0.14 |
| HSL | 105.88º | 0.71% | 0.53% | - |
| HSV(B) | 105.88º | 0.77% | 0.86% | - |
| XYZ | 30.39 | 53.59 | 11.76 | - |
| YUV | 161.75 | 64.93 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 50 | 0.59 | 0 | 0.77 | 0.14 | 105.88 | 0.71 | 0.53 |
| Hex | 5A | DC | 32 | 3B | 0 | 4D | E | 6A | 47 | 35 |
| Octal | 132 | 334 | 62 | 73 | 0 | 115 | 16 | 152 | 107 | 65 |
| Binary | 1011010 | 11011100 | 110010 | 111011 | 0 | 1001101 | 1110 | 1101010 | 1000111 | 110101 |
Color Harmonies of #5ADC32
Complementary color
Monochromatic Colors of #5ADC32
Black with #5ADC32
Text Example
Text Example
White with #5ADC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADC32; }
p { color: rgb(90,220,50); }
H1.HeaderClassName
{
color: #5ADC32;
}
.AnyTagClassName
{
color: #5ADC32;
}
</style>
background-color css
<style>
a { background-color: #5ADC32; }
a { background-color: rgb(90,220,50); }
div.DivClassName
{
background-color: #5ADC32;
}
.BgClassName
{
background-color: #5ADC32;
}
</style>
border-color css
<style>
span { border-color: #5ADC32; }
span { border-color: rgb(90,220,50); }
td.TdClassName
{
border-color: #5ADC32;
}
.TagClassName
{
border-color: #5ADC32;
}
</style>