Shades of Kelly Green #5AD934
Tints of Kelly Green #5AD934
RGB
CMYK
RGB Variations
Color information
#5AD934 (or 0x5AD934) is known color: Kelly Green. HEX triplet: 5A, D9 and 34. RGB value is (90,217,52). Sum of RGB (Red+Green+Blue) = 90+217+52=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 217 (85.16% from 255 or 60.45% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD934 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD934 is #A526CB. Grayscale: #A0A0A0. Windows color (decimal): -10823372 or 3463514. OLE color: 3463514.
HSL color Cylindrical-coordinate representation of color #5AD934: hue angle of 106.18º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5AD934 is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 217 | 52 | - |
| CMYK | 0.59 | 0 | 0.76 | 0.15 |
| HSL | 106.18º | 0.68% | 0.53% | - |
| HSV(B) | 106.18º | 0.76% | 0.85% | - |
| XYZ | 29.65 | 52.05 | 11.73 | - |
| YUV | 160.22 | 66.92 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 52 | 0.59 | 0 | 0.76 | 0.15 | 106.18 | 0.68 | 0.53 |
| Hex | 5A | D9 | 34 | 3B | 0 | 4C | F | 6A | 44 | 35 |
| Octal | 132 | 331 | 64 | 73 | 0 | 114 | 17 | 152 | 104 | 65 |
| Binary | 1011010 | 11011001 | 110100 | 111011 | 0 | 1001100 | 1111 | 1101010 | 1000100 | 110101 |
Color Harmonies of #5AD934
Complementary color
Monochromatic Colors of #5AD934
Black with #5AD934
Text Example
Text Example
White with #5AD934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD934; }
p { color: rgb(90,217,52); }
H1.HeaderClassName
{
color: #5AD934;
}
.AnyTagClassName
{
color: #5AD934;
}
</style>
background-color css
<style>
a { background-color: #5AD934; }
a { background-color: rgb(90,217,52); }
div.DivClassName
{
background-color: #5AD934;
}
.BgClassName
{
background-color: #5AD934;
}
</style>
border-color css
<style>
span { border-color: #5AD934; }
span { border-color: rgb(90,217,52); }
td.TdClassName
{
border-color: #5AD934;
}
.TagClassName
{
border-color: #5AD934;
}
</style>