Shades of Kelly Green #53C42F
Tints of Kelly Green #53C42F
RGB
CMYK
RGB Variations
Color information
#53C42F (or 0x53C42F) is known color: Kelly Green. HEX triplet: 53, C4 and 2F. RGB value is (83,196,47). Sum of RGB (Red+Green+Blue) = 83+196+47=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 196 (76.95% from 255 or 60.12% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 196 - color contains mainly: green. Hex color #53C42F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C42F is #AC3BD0. Grayscale: #919191. Windows color (decimal): -11287505 or 3130451. OLE color: 3130451.
HSL color Cylindrical-coordinate representation of color #53C42F: hue angle of 105.5º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53C42F is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 196 | 47 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.23 |
| HSL | 105.5º | 0.61% | 0.48% | - |
| HSV(B) | 105.5º | 0.76% | 0.77% | - |
| XYZ | 23.82 | 41.52 | 9.45 | - |
| YUV | 145.23 | 72.56 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 196 | 47 | 0.58 | 0 | 0.76 | 0.23 | 105.5 | 0.61 | 0.48 |
| Hex | 53 | C4 | 2F | 3A | 0 | 4C | 17 | 6A | 3D | 30 |
| Octal | 123 | 304 | 57 | 72 | 0 | 114 | 27 | 152 | 75 | 60 |
| Binary | 1010011 | 11000100 | 101111 | 111010 | 0 | 1001100 | 10111 | 1101010 | 111101 | 110000 |
Color Harmonies of #53C42F
Complementary color
Monochromatic Colors of #53C42F
Black with #53C42F
Text Example
Text Example
White with #53C42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C42F; }
p { color: rgb(83,196,47); }
H1.HeaderClassName
{
color: #53C42F;
}
.AnyTagClassName
{
color: #53C42F;
}
</style>
background-color css
<style>
a { background-color: #53C42F; }
a { background-color: rgb(83,196,47); }
div.DivClassName
{
background-color: #53C42F;
}
.BgClassName
{
background-color: #53C42F;
}
</style>
border-color css
<style>
span { border-color: #53C42F; }
span { border-color: rgb(83,196,47); }
td.TdClassName
{
border-color: #53C42F;
}
.TagClassName
{
border-color: #53C42F;
}
</style>