Shades of Kelly Green #5AD533
Tints of Kelly Green #5AD533
RGB
CMYK
RGB Variations
Color information
#5AD533 (or 0x5AD533) is known color: Kelly Green. HEX triplet: 5A, D5 and 33. RGB value is (90,213,51). Sum of RGB (Red+Green+Blue) = 90+213+51=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD533 is #A52ACC. Grayscale: #9E9E9E. Windows color (decimal): -10824397 or 3396954. OLE color: 3396954.
HSL color Cylindrical-coordinate representation of color #5AD533: hue angle of 105.56º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5AD533 is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 51 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.16 |
| HSL | 105.56º | 0.66% | 0.52% | - |
| HSV(B) | 105.56º | 0.76% | 0.84% | - |
| XYZ | 28.61 | 50 | 11.28 | - |
| YUV | 157.76 | 67.75 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 51 | 0.58 | 0 | 0.76 | 0.16 | 105.56 | 0.66 | 0.52 |
| Hex | 5A | D5 | 33 | 3A | 0 | 4C | 10 | 6A | 42 | 34 |
| Octal | 132 | 325 | 63 | 72 | 0 | 114 | 20 | 152 | 102 | 64 |
| Binary | 1011010 | 11010101 | 110011 | 111010 | 0 | 1001100 | 10000 | 1101010 | 1000010 | 110100 |
Color Harmonies of #5AD533
Complementary color
Monochromatic Colors of #5AD533
Black with #5AD533
Text Example
Text Example
White with #5AD533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD533; }
p { color: rgb(90,213,51); }
H1.HeaderClassName
{
color: #5AD533;
}
.AnyTagClassName
{
color: #5AD533;
}
</style>
background-color css
<style>
a { background-color: #5AD533; }
a { background-color: rgb(90,213,51); }
div.DivClassName
{
background-color: #5AD533;
}
.BgClassName
{
background-color: #5AD533;
}
</style>
border-color css
<style>
span { border-color: #5AD533; }
span { border-color: rgb(90,213,51); }
td.TdClassName
{
border-color: #5AD533;
}
.TagClassName
{
border-color: #5AD533;
}
</style>