Shades of Kelly Green #5AD82C
Tints of Kelly Green #5AD82C
RGB
CMYK
RGB Variations
Color information
#5AD82C (or 0x5AD82C) is known color: Kelly Green. HEX triplet: 5A, D8 and 2C. RGB value is (90,216,44). Sum of RGB (Red+Green+Blue) = 90+216+44=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 216 (84.77% from 255 or 61.71% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 216 - color contains mainly: green. Hex color #5AD82C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD82C is #A527D3. Grayscale: #9F9F9F. Windows color (decimal): -10823636 or 2938970. OLE color: 2938970.
HSL color Cylindrical-coordinate representation of color #5AD82C: hue angle of 103.95º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5AD82C is Cyan = 0.58, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 216 | 44 | - |
| CMYK | 0.58 | 0 | 0.80 | 0.15 |
| HSL | 103.95º | 0.69% | 0.51% | - |
| HSV(B) | 103.95º | 0.8% | 0.85% | - |
| XYZ | 29.23 | 51.47 | 10.78 | - |
| YUV | 158.72 | 63.26 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 216 | 44 | 0.58 | 0 | 0.80 | 0.15 | 103.95 | 0.69 | 0.51 |
| Hex | 5A | D8 | 2C | 3A | 0 | 50 | F | 68 | 45 | 33 |
| Octal | 132 | 330 | 54 | 72 | 0 | 120 | 17 | 150 | 105 | 63 |
| Binary | 1011010 | 11011000 | 101100 | 111010 | 0 | 1010000 | 1111 | 1101000 | 1000101 | 110011 |
Color Harmonies of #5AD82C
Complementary color
Monochromatic Colors of #5AD82C
Black with #5AD82C
Text Example
Text Example
White with #5AD82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD82C; }
p { color: rgb(90,216,44); }
H1.HeaderClassName
{
color: #5AD82C;
}
.AnyTagClassName
{
color: #5AD82C;
}
</style>
background-color css
<style>
a { background-color: #5AD82C; }
a { background-color: rgb(90,216,44); }
div.DivClassName
{
background-color: #5AD82C;
}
.BgClassName
{
background-color: #5AD82C;
}
</style>
border-color css
<style>
span { border-color: #5AD82C; }
span { border-color: rgb(90,216,44); }
td.TdClassName
{
border-color: #5AD82C;
}
.TagClassName
{
border-color: #5AD82C;
}
</style>