Shades of Kelly Green #5AD61F
Tints of Kelly Green #5AD61F
RGB
CMYK
RGB Variations
Color information
#5AD61F (or 0x5AD61F) is known color: Kelly Green. HEX triplet: 5A, D6 and 1F. RGB value is (90,214,31). Sum of RGB (Red+Green+Blue) = 90+214+31=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 214 (83.98% from 255 or 63.88% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD61F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD61F is #A529E0. Grayscale: #9C9C9C. Windows color (decimal): -10824161 or 2086490. OLE color: 2086490.
HSL color Cylindrical-coordinate representation of color #5AD61F: hue angle of 100.66º degrees, saturation: 0.75, 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 #5AD61F is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 31 | - |
| CMYK | 0.58 | 0 | 0.86 | 0.16 |
| HSL | 100.66º | 0.75% | 0.48% | - |
| HSV(B) | 100.66º | 0.86% | 0.84% | - |
| XYZ | 28.51 | 50.37 | 9.52 | - |
| YUV | 156.06 | 57.42 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 31 | 0.58 | 0 | 0.86 | 0.16 | 100.66 | 0.75 | 0.48 |
| Hex | 5A | D6 | 1F | 3A | 0 | 56 | 10 | 65 | 4B | 30 |
| Octal | 132 | 326 | 37 | 72 | 0 | 126 | 20 | 145 | 113 | 60 |
| Binary | 1011010 | 11010110 | 11111 | 111010 | 0 | 1010110 | 10000 | 1100101 | 1001011 | 110000 |
Color Harmonies of #5AD61F
Complementary color
Monochromatic Colors of #5AD61F
Black with #5AD61F
Text Example
Text Example
White with #5AD61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD61F; }
p { color: rgb(90,214,31); }
H1.HeaderClassName
{
color: #5AD61F;
}
.AnyTagClassName
{
color: #5AD61F;
}
</style>
background-color css
<style>
a { background-color: #5AD61F; }
a { background-color: rgb(90,214,31); }
div.DivClassName
{
background-color: #5AD61F;
}
.BgClassName
{
background-color: #5AD61F;
}
</style>
border-color css
<style>
span { border-color: #5AD61F; }
span { border-color: rgb(90,214,31); }
td.TdClassName
{
border-color: #5AD61F;
}
.TagClassName
{
border-color: #5AD61F;
}
</style>