Shades of Kelly Green #5ADC31
Tints of Kelly Green #5ADC31
RGB
CMYK
RGB Variations
Color information
#5ADC31 (or 0x5ADC31) is known color: Kelly Green. HEX triplet: 5A, DC and 31. RGB value is (90,220,49). Sum of RGB (Red+Green+Blue) = 90+220+49=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 220 (86.33% from 255 or 61.28% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADC31 is #A523CE. Grayscale: #A2A2A2. Windows color (decimal): -10822607 or 3267674. OLE color: 3267674.
HSL color Cylindrical-coordinate representation of color #5ADC31: hue angle of 105.61º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5ADC31 is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 49 | - |
| CMYK | 0.59 | 0 | 0.78 | 0.14 |
| HSL | 105.61º | 0.71% | 0.53% | - |
| HSV(B) | 105.61º | 0.78% | 0.86% | - |
| XYZ | 30.36 | 53.58 | 11.65 | - |
| YUV | 161.64 | 64.43 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 49 | 0.59 | 0 | 0.78 | 0.14 | 105.61 | 0.71 | 0.53 |
| Hex | 5A | DC | 31 | 3B | 0 | 4E | E | 6A | 47 | 35 |
| Octal | 132 | 334 | 61 | 73 | 0 | 116 | 16 | 152 | 107 | 65 |
| Binary | 1011010 | 11011100 | 110001 | 111011 | 0 | 1001110 | 1110 | 1101010 | 1000111 | 110101 |
Color Harmonies of #5ADC31
Complementary color
Monochromatic Colors of #5ADC31
Black with #5ADC31
Text Example
Text Example
White with #5ADC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADC31; }
p { color: rgb(90,220,49); }
H1.HeaderClassName
{
color: #5ADC31;
}
.AnyTagClassName
{
color: #5ADC31;
}
</style>
background-color css
<style>
a { background-color: #5ADC31; }
a { background-color: rgb(90,220,49); }
div.DivClassName
{
background-color: #5ADC31;
}
.BgClassName
{
background-color: #5ADC31;
}
</style>
border-color css
<style>
span { border-color: #5ADC31; }
span { border-color: rgb(90,220,49); }
td.TdClassName
{
border-color: #5ADC31;
}
.TagClassName
{
border-color: #5ADC31;
}
</style>