Shades of Kelly Green #53C022
Tints of Kelly Green #53C022
RGB
CMYK
RGB Variations
Color information
#53C022 (or 0x53C022) is known color: Kelly Green. HEX triplet: 53, C0 and 22. RGB value is (83,192,34). Sum of RGB (Red+Green+Blue) = 83+192+34=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #53C022 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C022 is #AC3FDD. Grayscale: #8D8D8D. Windows color (decimal): -11288542 or 2277459. OLE color: 2277459.
HSL color Cylindrical-coordinate representation of color #53C022: hue angle of 101.39º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53C022 is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 34 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.25 |
| HSL | 101.39º | 0.7% | 0.44% | - |
| HSV(B) | 101.39º | 0.82% | 0.75% | - |
| XYZ | 22.71 | 39.65 | 7.97 | - |
| YUV | 141.4 | 67.39 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 34 | 0.57 | 0 | 0.82 | 0.25 | 101.39 | 0.7 | 0.44 |
| Hex | 53 | C0 | 22 | 39 | 0 | 52 | 19 | 65 | 46 | 2C |
| Octal | 123 | 300 | 42 | 71 | 0 | 122 | 31 | 145 | 106 | 54 |
| Binary | 1010011 | 11000000 | 100010 | 111001 | 0 | 1010010 | 11001 | 1100101 | 1000110 | 101100 |
Color Harmonies of #53C022
Complementary color
Monochromatic Colors of #53C022
Black with #53C022
Text Example
Text Example
White with #53C022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C022; }
p { color: rgb(83,192,34); }
H1.HeaderClassName
{
color: #53C022;
}
.AnyTagClassName
{
color: #53C022;
}
</style>
background-color css
<style>
a { background-color: #53C022; }
a { background-color: rgb(83,192,34); }
div.DivClassName
{
background-color: #53C022;
}
.BgClassName
{
background-color: #53C022;
}
</style>
border-color css
<style>
span { border-color: #53C022; }
span { border-color: rgb(83,192,34); }
td.TdClassName
{
border-color: #53C022;
}
.TagClassName
{
border-color: #53C022;
}
</style>