Shades of Kelly Green #53D122
Tints of Kelly Green #53D122
RGB
CMYK
RGB Variations
Color information
#53D122 (or 0x53D122) is known color: Kelly Green. HEX triplet: 53, D1 and 22. RGB value is (83,209,34). Sum of RGB (Red+Green+Blue) = 83+209+34=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 209 (82.03% from 255 or 64.11% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 209 - color contains mainly: green. Hex color #53D122 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D122 is #AC2EDD. Grayscale: #979797. Windows color (decimal): -11284190 or 2281811. OLE color: 2281811.
HSL color Cylindrical-coordinate representation of color #53D122: hue angle of 103.2º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53D122 is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 209 | 34 | - |
| CMYK | 0.60 | 0 | 0.84 | 0.18 |
| HSL | 103.2º | 0.72% | 0.48% | - |
| HSV(B) | 103.2º | 0.84% | 0.82% | - |
| XYZ | 26.66 | 47.56 | 9.29 | - |
| YUV | 151.38 | 61.76 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 209 | 34 | 0.60 | 0 | 0.84 | 0.18 | 103.2 | 0.72 | 0.48 |
| Hex | 53 | D1 | 22 | 3C | 0 | 54 | 12 | 67 | 48 | 30 |
| Octal | 123 | 321 | 42 | 74 | 0 | 124 | 22 | 147 | 110 | 60 |
| Binary | 1010011 | 11010001 | 100010 | 111100 | 0 | 1010100 | 10010 | 1100111 | 1001000 | 110000 |
Color Harmonies of #53D122
Complementary color
Monochromatic Colors of #53D122
Black with #53D122
Text Example
Text Example
White with #53D122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D122; }
p { color: rgb(83,209,34); }
H1.HeaderClassName
{
color: #53D122;
}
.AnyTagClassName
{
color: #53D122;
}
</style>
background-color css
<style>
a { background-color: #53D122; }
a { background-color: rgb(83,209,34); }
div.DivClassName
{
background-color: #53D122;
}
.BgClassName
{
background-color: #53D122;
}
</style>
border-color css
<style>
span { border-color: #53D122; }
span { border-color: rgb(83,209,34); }
td.TdClassName
{
border-color: #53D122;
}
.TagClassName
{
border-color: #53D122;
}
</style>