Shades of Kelly Green #5AD630
Tints of Kelly Green #5AD630
RGB
CMYK
RGB Variations
Color information
#5AD630 (or 0x5AD630) is known color: Kelly Green. HEX triplet: 5A, D6 and 30. RGB value is (90,214,48). Sum of RGB (Red+Green+Blue) = 90+214+48=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 214 (83.98% from 255 or 60.80% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD630 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD630 is #A529CF. Grayscale: #9E9E9E. Windows color (decimal): -10824144 or 3200602. OLE color: 3200602.
HSL color Cylindrical-coordinate representation of color #5AD630: hue angle of 104.82º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5AD630 is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 48 | - |
| CMYK | 0.58 | 0 | 0.78 | 0.16 |
| HSL | 104.82º | 0.67% | 0.51% | - |
| HSV(B) | 104.82º | 0.78% | 0.84% | - |
| XYZ | 28.8 | 50.48 | 11.02 | - |
| YUV | 158 | 65.92 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 48 | 0.58 | 0 | 0.78 | 0.16 | 104.82 | 0.67 | 0.51 |
| Hex | 5A | D6 | 30 | 3A | 0 | 4E | 10 | 69 | 43 | 33 |
| Octal | 132 | 326 | 60 | 72 | 0 | 116 | 20 | 151 | 103 | 63 |
| Binary | 1011010 | 11010110 | 110000 | 111010 | 0 | 1001110 | 10000 | 1101001 | 1000011 | 110011 |
Color Harmonies of #5AD630
Complementary color
Monochromatic Colors of #5AD630
Black with #5AD630
Text Example
Text Example
White with #5AD630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD630; }
p { color: rgb(90,214,48); }
H1.HeaderClassName
{
color: #5AD630;
}
.AnyTagClassName
{
color: #5AD630;
}
</style>
background-color css
<style>
a { background-color: #5AD630; }
a { background-color: rgb(90,214,48); }
div.DivClassName
{
background-color: #5AD630;
}
.BgClassName
{
background-color: #5AD630;
}
</style>
border-color css
<style>
span { border-color: #5AD630; }
span { border-color: rgb(90,214,48); }
td.TdClassName
{
border-color: #5AD630;
}
.TagClassName
{
border-color: #5AD630;
}
</style>