Shades of Kelly Green #5AD82B
Tints of Kelly Green #5AD82B
RGB
CMYK
RGB Variations
Color information
#5AD82B (or 0x5AD82B) is known color: Kelly Green. HEX triplet: 5A, D8 and 2B. RGB value is (90,216,43). Sum of RGB (Red+Green+Blue) = 90+216+43=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 216 (84.77% from 255 or 61.89% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 216 - color contains mainly: green. Hex color #5AD82B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD82B is #A527D4. Grayscale: #9F9F9F. Windows color (decimal): -10823637 or 2873434. OLE color: 2873434.
HSL color Cylindrical-coordinate representation of color #5AD82B: hue angle of 103.7º 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 #5AD82B is Cyan = 0.58, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 216 | 43 | - |
| CMYK | 0.58 | 0 | 0.80 | 0.15 |
| HSL | 103.7º | 0.69% | 0.51% | - |
| HSV(B) | 103.7º | 0.8% | 0.85% | - |
| XYZ | 29.21 | 51.46 | 10.68 | - |
| YUV | 158.6 | 62.76 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 216 | 43 | 0.58 | 0 | 0.80 | 0.15 | 103.7 | 0.69 | 0.51 |
| Hex | 5A | D8 | 2B | 3A | 0 | 50 | F | 68 | 45 | 33 |
| Octal | 132 | 330 | 53 | 72 | 0 | 120 | 17 | 150 | 105 | 63 |
| Binary | 1011010 | 11011000 | 101011 | 111010 | 0 | 1010000 | 1111 | 1101000 | 1000101 | 110011 |
Color Harmonies of #5AD82B
Complementary color
Monochromatic Colors of #5AD82B
Black with #5AD82B
Text Example
Text Example
White with #5AD82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD82B; }
p { color: rgb(90,216,43); }
H1.HeaderClassName
{
color: #5AD82B;
}
.AnyTagClassName
{
color: #5AD82B;
}
</style>
background-color css
<style>
a { background-color: #5AD82B; }
a { background-color: rgb(90,216,43); }
div.DivClassName
{
background-color: #5AD82B;
}
.BgClassName
{
background-color: #5AD82B;
}
</style>
border-color css
<style>
span { border-color: #5AD82B; }
span { border-color: rgb(90,216,43); }
td.TdClassName
{
border-color: #5AD82B;
}
.TagClassName
{
border-color: #5AD82B;
}
</style>