Shades of Kelly Green #53CA29
Tints of Kelly Green #53CA29
RGB
CMYK
RGB Variations
Color information
#53CA29 (or 0x53CA29) is known color: Kelly Green. HEX triplet: 53, CA and 29. RGB value is (83,202,41). Sum of RGB (Red+Green+Blue) = 83+202+41=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 202 (79.30% from 255 or 61.96% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CA29 is #AC35D6. Grayscale: #949494. Windows color (decimal): -11285975 or 2738771. OLE color: 2738771.
HSL color Cylindrical-coordinate representation of color #53CA29: hue angle of 104.35º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53CA29 is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 202 | 41 | - |
| CMYK | 0.59 | 0 | 0.80 | 0.21 |
| HSL | 104.35º | 0.66% | 0.48% | - |
| HSV(B) | 104.35º | 0.8% | 0.79% | - |
| XYZ | 25.09 | 44.24 | 9.31 | - |
| YUV | 148.07 | 67.58 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 202 | 41 | 0.59 | 0 | 0.80 | 0.21 | 104.35 | 0.66 | 0.48 |
| Hex | 53 | CA | 29 | 3B | 0 | 50 | 15 | 68 | 42 | 30 |
| Octal | 123 | 312 | 51 | 73 | 0 | 120 | 25 | 150 | 102 | 60 |
| Binary | 1010011 | 11001010 | 101001 | 111011 | 0 | 1010000 | 10101 | 1101000 | 1000010 | 110000 |
Color Harmonies of #53CA29
Complementary color
Monochromatic Colors of #53CA29
Black with #53CA29
Text Example
Text Example
White with #53CA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CA29; }
p { color: rgb(83,202,41); }
H1.HeaderClassName
{
color: #53CA29;
}
.AnyTagClassName
{
color: #53CA29;
}
</style>
background-color css
<style>
a { background-color: #53CA29; }
a { background-color: rgb(83,202,41); }
div.DivClassName
{
background-color: #53CA29;
}
.BgClassName
{
background-color: #53CA29;
}
</style>
border-color css
<style>
span { border-color: #53CA29; }
span { border-color: rgb(83,202,41); }
td.TdClassName
{
border-color: #53CA29;
}
.TagClassName
{
border-color: #53CA29;
}
</style>