Shades of Kelly Green #5AD325
Tints of Kelly Green #5AD325
RGB
CMYK
RGB Variations
Color information
#5AD325 (or 0x5AD325) is known color: Kelly Green. HEX triplet: 5A, D3 and 25. RGB value is (90,211,37). Sum of RGB (Red+Green+Blue) = 90+211+37=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 211 (82.81% from 255 or 62.43% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD325 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD325 is #A52CDA. Grayscale: #9B9B9B. Windows color (decimal): -10824923 or 2478938. OLE color: 2478938.
HSL color Cylindrical-coordinate representation of color #5AD325: hue angle of 101.72º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5AD325 is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 211 | 37 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.17 |
| HSL | 101.72º | 0.7% | 0.49% | - |
| HSV(B) | 101.72º | 0.82% | 0.83% | - |
| XYZ | 27.84 | 48.9 | 9.72 | - |
| YUV | 154.99 | 61.41 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 211 | 37 | 0.57 | 0 | 0.82 | 0.17 | 101.72 | 0.7 | 0.49 |
| Hex | 5A | D3 | 25 | 39 | 0 | 52 | 11 | 66 | 46 | 31 |
| Octal | 132 | 323 | 45 | 71 | 0 | 122 | 21 | 146 | 106 | 61 |
| Binary | 1011010 | 11010011 | 100101 | 111001 | 0 | 1010010 | 10001 | 1100110 | 1000110 | 110001 |
Color Harmonies of #5AD325
Complementary color
Monochromatic Colors of #5AD325
Black with #5AD325
Text Example
Text Example
White with #5AD325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD325; }
p { color: rgb(90,211,37); }
H1.HeaderClassName
{
color: #5AD325;
}
.AnyTagClassName
{
color: #5AD325;
}
</style>
background-color css
<style>
a { background-color: #5AD325; }
a { background-color: rgb(90,211,37); }
div.DivClassName
{
background-color: #5AD325;
}
.BgClassName
{
background-color: #5AD325;
}
</style>
border-color css
<style>
span { border-color: #5AD325; }
span { border-color: rgb(90,211,37); }
td.TdClassName
{
border-color: #5AD325;
}
.TagClassName
{
border-color: #5AD325;
}
</style>