Shades of Kelly Green #5AD428
Tints of Kelly Green #5AD428
RGB
CMYK
RGB Variations
Color information
#5AD428 (or 0x5AD428) is known color: Kelly Green. HEX triplet: 5A, D4 and 28. RGB value is (90,212,40). Sum of RGB (Red+Green+Blue) = 90+212+40=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 212 (83.20% from 255 or 61.99% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 212 - color contains mainly: green. Hex color #5AD428 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD428 is #A52BD7. Grayscale: #9C9C9C. Windows color (decimal): -10824664 or 2675802. OLE color: 2675802.
HSL color Cylindrical-coordinate representation of color #5AD428: hue angle of 102.56º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5AD428 is Cyan = 0.58, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 212 | 40 | - |
| CMYK | 0.58 | 0 | 0.81 | 0.17 |
| HSL | 102.56º | 0.68% | 0.49% | - |
| HSV(B) | 102.56º | 0.81% | 0.83% | - |
| XYZ | 28.14 | 49.41 | 10.06 | - |
| YUV | 155.91 | 62.58 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 212 | 40 | 0.58 | 0 | 0.81 | 0.17 | 102.56 | 0.68 | 0.49 |
| Hex | 5A | D4 | 28 | 3A | 0 | 51 | 11 | 67 | 44 | 31 |
| Octal | 132 | 324 | 50 | 72 | 0 | 121 | 21 | 147 | 104 | 61 |
| Binary | 1011010 | 11010100 | 101000 | 111010 | 0 | 1010001 | 10001 | 1100111 | 1000100 | 110001 |
Color Harmonies of #5AD428
Complementary color
Monochromatic Colors of #5AD428
Black with #5AD428
Text Example
Text Example
White with #5AD428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD428; }
p { color: rgb(90,212,40); }
H1.HeaderClassName
{
color: #5AD428;
}
.AnyTagClassName
{
color: #5AD428;
}
</style>
background-color css
<style>
a { background-color: #5AD428; }
a { background-color: rgb(90,212,40); }
div.DivClassName
{
background-color: #5AD428;
}
.BgClassName
{
background-color: #5AD428;
}
</style>
border-color css
<style>
span { border-color: #5AD428; }
span { border-color: rgb(90,212,40); }
td.TdClassName
{
border-color: #5AD428;
}
.TagClassName
{
border-color: #5AD428;
}
</style>