Shades of Kelly Green #53D022
Tints of Kelly Green #53D022
RGB
CMYK
RGB Variations
Color information
#53D022 (or 0x53D022) is known color: Kelly Green. HEX triplet: 53, D0 and 22. RGB value is (83,208,34). Sum of RGB (Red+Green+Blue) = 83+208+34=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 208 (81.64% from 255 or 64% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 208 - color contains mainly: green. Hex color #53D022 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D022 is #AC2FDD. Grayscale: #979797. Windows color (decimal): -11284446 or 2281555. OLE color: 2281555.
HSL color Cylindrical-coordinate representation of color #53D022: hue angle of 103.1º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53D022 is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 208 | 34 | - |
| CMYK | 0.60 | 0 | 0.84 | 0.18 |
| HSL | 103.1º | 0.72% | 0.47% | - |
| HSV(B) | 103.1º | 0.84% | 0.82% | - |
| XYZ | 26.41 | 47.07 | 9.21 | - |
| YUV | 150.79 | 62.09 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 208 | 34 | 0.60 | 0 | 0.84 | 0.18 | 103.1 | 0.72 | 0.47 |
| Hex | 53 | D0 | 22 | 3C | 0 | 54 | 12 | 67 | 48 | 2F |
| Octal | 123 | 320 | 42 | 74 | 0 | 124 | 22 | 147 | 110 | 57 |
| Binary | 1010011 | 11010000 | 100010 | 111100 | 0 | 1010100 | 10010 | 1100111 | 1001000 | 101111 |
Color Harmonies of #53D022
Complementary color
Monochromatic Colors of #53D022
Black with #53D022
Text Example
Text Example
White with #53D022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D022; }
p { color: rgb(83,208,34); }
H1.HeaderClassName
{
color: #53D022;
}
.AnyTagClassName
{
color: #53D022;
}
</style>
background-color css
<style>
a { background-color: #53D022; }
a { background-color: rgb(83,208,34); }
div.DivClassName
{
background-color: #53D022;
}
.BgClassName
{
background-color: #53D022;
}
</style>
border-color css
<style>
span { border-color: #53D022; }
span { border-color: rgb(83,208,34); }
td.TdClassName
{
border-color: #53D022;
}
.TagClassName
{
border-color: #53D022;
}
</style>