Shades of Kelly Green #5AD52F
Tints of Kelly Green #5AD52F
RGB
CMYK
RGB Variations
Color information
#5AD52F (or 0x5AD52F) is known color: Kelly Green. HEX triplet: 5A, D5 and 2F. RGB value is (90,213,47). Sum of RGB (Red+Green+Blue) = 90+213+47=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 213 (83.59% from 255 or 60.86% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD52F is #A52AD0. Grayscale: #9D9D9D. Windows color (decimal): -10824401 or 3134810. OLE color: 3134810.
HSL color Cylindrical-coordinate representation of color #5AD52F: hue angle of 104.46º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5AD52F is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 47 | - |
| CMYK | 0.58 | 0 | 0.78 | 0.16 |
| HSL | 104.46º | 0.66% | 0.51% | - |
| HSV(B) | 104.46º | 0.78% | 0.84% | - |
| XYZ | 28.52 | 49.97 | 10.83 | - |
| YUV | 157.3 | 65.75 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 47 | 0.58 | 0 | 0.78 | 0.16 | 104.46 | 0.66 | 0.51 |
| Hex | 5A | D5 | 2F | 3A | 0 | 4E | 10 | 68 | 42 | 33 |
| Octal | 132 | 325 | 57 | 72 | 0 | 116 | 20 | 150 | 102 | 63 |
| Binary | 1011010 | 11010101 | 101111 | 111010 | 0 | 1001110 | 10000 | 1101000 | 1000010 | 110011 |
Color Harmonies of #5AD52F
Complementary color
Monochromatic Colors of #5AD52F
Black with #5AD52F
Text Example
Text Example
White with #5AD52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD52F; }
p { color: rgb(90,213,47); }
H1.HeaderClassName
{
color: #5AD52F;
}
.AnyTagClassName
{
color: #5AD52F;
}
</style>
background-color css
<style>
a { background-color: #5AD52F; }
a { background-color: rgb(90,213,47); }
div.DivClassName
{
background-color: #5AD52F;
}
.BgClassName
{
background-color: #5AD52F;
}
</style>
border-color css
<style>
span { border-color: #5AD52F; }
span { border-color: rgb(90,213,47); }
td.TdClassName
{
border-color: #5AD52F;
}
.TagClassName
{
border-color: #5AD52F;
}
</style>