Shades of Kelly Green #53D02C
Tints of Kelly Green #53D02C
RGB
CMYK
RGB Variations
Color information
#53D02C (or 0x53D02C) is known color: Kelly Green. HEX triplet: 53, D0 and 2C. RGB value is (83,208,44). Sum of RGB (Red+Green+Blue) = 83+208+44=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 208 (81.64% from 255 or 62.09% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 208 - color contains mainly: green. Hex color #53D02C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D02C is #AC2FD3. Grayscale: #989898. Windows color (decimal): -11284436 or 2936915. OLE color: 2936915.
HSL color Cylindrical-coordinate representation of color #53D02C: hue angle of 105.73º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #53D02C is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 208 | 44 | - |
| CMYK | 0.60 | 0 | 0.79 | 0.18 |
| HSL | 105.73º | 0.65% | 0.49% | - |
| HSV(B) | 105.73º | 0.79% | 0.82% | - |
| XYZ | 26.58 | 47.13 | 10.08 | - |
| YUV | 151.93 | 67.09 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 208 | 44 | 0.60 | 0 | 0.79 | 0.18 | 105.73 | 0.65 | 0.49 |
| Hex | 53 | D0 | 2C | 3C | 0 | 4F | 12 | 6A | 41 | 31 |
| Octal | 123 | 320 | 54 | 74 | 0 | 117 | 22 | 152 | 101 | 61 |
| Binary | 1010011 | 11010000 | 101100 | 111100 | 0 | 1001111 | 10010 | 1101010 | 1000001 | 110001 |
Color Harmonies of #53D02C
Complementary color
Monochromatic Colors of #53D02C
Black with #53D02C
Text Example
Text Example
White with #53D02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D02C; }
p { color: rgb(83,208,44); }
H1.HeaderClassName
{
color: #53D02C;
}
.AnyTagClassName
{
color: #53D02C;
}
</style>
background-color css
<style>
a { background-color: #53D02C; }
a { background-color: rgb(83,208,44); }
div.DivClassName
{
background-color: #53D02C;
}
.BgClassName
{
background-color: #53D02C;
}
</style>
border-color css
<style>
span { border-color: #53D02C; }
span { border-color: rgb(83,208,44); }
td.TdClassName
{
border-color: #53D02C;
}
.TagClassName
{
border-color: #53D02C;
}
</style>