Shades of Kelly Green #5AD230
Tints of Kelly Green #5AD230
RGB
CMYK
RGB Variations
Color information
#5AD230 (or 0x5AD230) is known color: Kelly Green. HEX triplet: 5A, D2 and 30. RGB value is (90,210,48). Sum of RGB (Red+Green+Blue) = 90+210+48=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 210 (82.42% from 255 or 60.34% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD230 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD230 is #A52DCF. Grayscale: #9C9C9C. Windows color (decimal): -10825168 or 3199578. OLE color: 3199578.
HSL color Cylindrical-coordinate representation of color #5AD230: hue angle of 104.44º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5AD230 is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 210 | 48 | - |
| CMYK | 0.57 | 0 | 0.77 | 0.18 |
| HSL | 104.44º | 0.64% | 0.51% | - |
| HSV(B) | 104.44º | 0.77% | 0.82% | - |
| XYZ | 27.8 | 48.48 | 10.69 | - |
| YUV | 155.65 | 67.24 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 48 | 0.57 | 0 | 0.77 | 0.18 | 104.44 | 0.64 | 0.51 |
| Hex | 5A | D2 | 30 | 39 | 0 | 4D | 12 | 68 | 40 | 33 |
| Octal | 132 | 322 | 60 | 71 | 0 | 115 | 22 | 150 | 100 | 63 |
| Binary | 1011010 | 11010010 | 110000 | 111001 | 0 | 1001101 | 10010 | 1101000 | 1000000 | 110011 |
Color Harmonies of #5AD230
Complementary color
Monochromatic Colors of #5AD230
Black with #5AD230
Text Example
Text Example
White with #5AD230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD230; }
p { color: rgb(90,210,48); }
H1.HeaderClassName
{
color: #5AD230;
}
.AnyTagClassName
{
color: #5AD230;
}
</style>
background-color css
<style>
a { background-color: #5AD230; }
a { background-color: rgb(90,210,48); }
div.DivClassName
{
background-color: #5AD230;
}
.BgClassName
{
background-color: #5AD230;
}
</style>
border-color css
<style>
span { border-color: #5AD230; }
span { border-color: rgb(90,210,48); }
td.TdClassName
{
border-color: #5AD230;
}
.TagClassName
{
border-color: #5AD230;
}
</style>