Shades of Kelly Green #5AE42C
Tints of Kelly Green #5AE42C
RGB
CMYK
RGB Variations
Color information
#5AE42C (or 0x5AE42C) is known color: Kelly Green. HEX triplet: 5A, E4 and 2C. RGB value is (90,228,44). Sum of RGB (Red+Green+Blue) = 90+228+44=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 228 (89.45% from 255 or 62.98% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 228 - color contains mainly: green. Hex color #5AE42C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AE42C is #A51BD3. Grayscale: #A6A6A6. Windows color (decimal): -10820564 or 2942042. OLE color: 2942042.
HSL color Cylindrical-coordinate representation of color #5AE42C: hue angle of 105º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5AE42C is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 228 | 44 | - |
| CMYK | 0.61 | 0 | 0.81 | 0.11 |
| HSL | 105º | 0.77% | 0.53% | - |
| HSV(B) | 105º | 0.81% | 0.89% | - |
| XYZ | 32.41 | 57.84 | 11.84 | - |
| YUV | 165.76 | 59.28 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 228 | 44 | 0.61 | 0 | 0.81 | 0.11 | 105 | 0.77 | 0.53 |
| Hex | 5A | E4 | 2C | 3D | 0 | 51 | B | 69 | 4D | 35 |
| Octal | 132 | 344 | 54 | 75 | 0 | 121 | 13 | 151 | 115 | 65 |
| Binary | 1011010 | 11100100 | 101100 | 111101 | 0 | 1010001 | 1011 | 1101001 | 1001101 | 110101 |
Color Harmonies of #5AE42C
Complementary color
Monochromatic Colors of #5AE42C
Black with #5AE42C
Text Example
Text Example
White with #5AE42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE42C; }
p { color: rgb(90,228,44); }
H1.HeaderClassName
{
color: #5AE42C;
}
.AnyTagClassName
{
color: #5AE42C;
}
</style>
background-color css
<style>
a { background-color: #5AE42C; }
a { background-color: rgb(90,228,44); }
div.DivClassName
{
background-color: #5AE42C;
}
.BgClassName
{
background-color: #5AE42C;
}
</style>
border-color css
<style>
span { border-color: #5AE42C; }
span { border-color: rgb(90,228,44); }
td.TdClassName
{
border-color: #5AE42C;
}
.TagClassName
{
border-color: #5AE42C;
}
</style>