Shades of Kelly Green #5AD332
Tints of Kelly Green #5AD332
RGB
CMYK
RGB Variations
Color information
#5AD332 (or 0x5AD332) is known color: Kelly Green. HEX triplet: 5A, D3 and 32. RGB value is (90,211,50). Sum of RGB (Red+Green+Blue) = 90+211+50=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 211 (82.81% from 255 or 60.11% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD332 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD332 is #A52CCD. Grayscale: #9C9C9C. Windows color (decimal): -10824910 or 3330906. OLE color: 3330906.
HSL color Cylindrical-coordinate representation of color #5AD332: hue angle of 105.09º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5AD332 is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 211 | 50 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.17 |
| HSL | 105.09º | 0.65% | 0.51% | - |
| HSV(B) | 105.09º | 0.76% | 0.83% | - |
| XYZ | 28.09 | 48.99 | 10.99 | - |
| YUV | 156.47 | 67.91 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 211 | 50 | 0.57 | 0 | 0.76 | 0.17 | 105.09 | 0.65 | 0.51 |
| Hex | 5A | D3 | 32 | 39 | 0 | 4C | 11 | 69 | 41 | 33 |
| Octal | 132 | 323 | 62 | 71 | 0 | 114 | 21 | 151 | 101 | 63 |
| Binary | 1011010 | 11010011 | 110010 | 111001 | 0 | 1001100 | 10001 | 1101001 | 1000001 | 110011 |
Color Harmonies of #5AD332
Complementary color
Monochromatic Colors of #5AD332
Black with #5AD332
Text Example
Text Example
White with #5AD332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD332; }
p { color: rgb(90,211,50); }
H1.HeaderClassName
{
color: #5AD332;
}
.AnyTagClassName
{
color: #5AD332;
}
</style>
background-color css
<style>
a { background-color: #5AD332; }
a { background-color: rgb(90,211,50); }
div.DivClassName
{
background-color: #5AD332;
}
.BgClassName
{
background-color: #5AD332;
}
</style>
border-color css
<style>
span { border-color: #5AD332; }
span { border-color: rgb(90,211,50); }
td.TdClassName
{
border-color: #5AD332;
}
.TagClassName
{
border-color: #5AD332;
}
</style>