Shades of Kelly Green #5AD61D
Tints of Kelly Green #5AD61D
RGB
CMYK
RGB Variations
Color information
#5AD61D (or 0x5AD61D) is known color: Kelly Green. HEX triplet: 5A, D6 and 1D. RGB value is (90,214,29). Sum of RGB (Red+Green+Blue) = 90+214+29=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 214 (83.98% from 255 or 64.26% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD61D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD61D is #A529E2. Grayscale: #9C9C9C. Windows color (decimal): -10824163 or 1955418. OLE color: 1955418.
HSL color Cylindrical-coordinate representation of color #5AD61D: hue angle of 100.22º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5AD61D is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 29 | - |
| CMYK | 0.58 | 0 | 0.86 | 0.16 |
| HSL | 100.22º | 0.76% | 0.48% | - |
| HSV(B) | 100.22º | 0.86% | 0.84% | - |
| XYZ | 28.48 | 50.36 | 9.38 | - |
| YUV | 155.83 | 56.42 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 29 | 0.58 | 0 | 0.86 | 0.16 | 100.22 | 0.76 | 0.48 |
| Hex | 5A | D6 | 1D | 3A | 0 | 56 | 10 | 64 | 4C | 30 |
| Octal | 132 | 326 | 35 | 72 | 0 | 126 | 20 | 144 | 114 | 60 |
| Binary | 1011010 | 11010110 | 11101 | 111010 | 0 | 1010110 | 10000 | 1100100 | 1001100 | 110000 |
Color Harmonies of #5AD61D
Complementary color
Monochromatic Colors of #5AD61D
Black with #5AD61D
Text Example
Text Example
White with #5AD61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD61D; }
p { color: rgb(90,214,29); }
H1.HeaderClassName
{
color: #5AD61D;
}
.AnyTagClassName
{
color: #5AD61D;
}
</style>
background-color css
<style>
a { background-color: #5AD61D; }
a { background-color: rgb(90,214,29); }
div.DivClassName
{
background-color: #5AD61D;
}
.BgClassName
{
background-color: #5AD61D;
}
</style>
border-color css
<style>
span { border-color: #5AD61D; }
span { border-color: rgb(90,214,29); }
td.TdClassName
{
border-color: #5AD61D;
}
.TagClassName
{
border-color: #5AD61D;
}
</style>