Shades of Kelly Green #5AC52C
Tints of Kelly Green #5AC52C
RGB
CMYK
RGB Variations
Color information
#5AC52C (or 0x5AC52C) is known color: Kelly Green. HEX triplet: 5A, C5 and 2C. RGB value is (90,197,44). Sum of RGB (Red+Green+Blue) = 90+197+44=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 197 (77.34% from 255 or 59.52% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC52C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC52C is #A53AD3. Grayscale: #949494. Windows color (decimal): -10828500 or 2934106. OLE color: 2934106.
HSL color Cylindrical-coordinate representation of color #5AC52C: hue angle of 101.96º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5AC52C is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 197 | 44 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.23 |
| HSL | 101.96º | 0.63% | 0.47% | - |
| HSV(B) | 101.96º | 0.78% | 0.77% | - |
| XYZ | 24.64 | 42.29 | 9.25 | - |
| YUV | 147.57 | 69.55 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 197 | 44 | 0.54 | 0 | 0.78 | 0.23 | 101.96 | 0.63 | 0.47 |
| Hex | 5A | C5 | 2C | 36 | 0 | 4E | 17 | 66 | 3F | 2F |
| Octal | 132 | 305 | 54 | 66 | 0 | 116 | 27 | 146 | 77 | 57 |
| Binary | 1011010 | 11000101 | 101100 | 110110 | 0 | 1001110 | 10111 | 1100110 | 111111 | 101111 |
Color Harmonies of #5AC52C
Complementary color
Monochromatic Colors of #5AC52C
Black with #5AC52C
Text Example
Text Example
White with #5AC52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC52C; }
p { color: rgb(90,197,44); }
H1.HeaderClassName
{
color: #5AC52C;
}
.AnyTagClassName
{
color: #5AC52C;
}
</style>
background-color css
<style>
a { background-color: #5AC52C; }
a { background-color: rgb(90,197,44); }
div.DivClassName
{
background-color: #5AC52C;
}
.BgClassName
{
background-color: #5AC52C;
}
</style>
border-color css
<style>
span { border-color: #5AC52C; }
span { border-color: rgb(90,197,44); }
td.TdClassName
{
border-color: #5AC52C;
}
.TagClassName
{
border-color: #5AC52C;
}
</style>