Shades of Kelly Green #53C12F
Tints of Kelly Green #53C12F
RGB
CMYK
RGB Variations
Color information
#53C12F (or 0x53C12F) is known color: Kelly Green. HEX triplet: 53, C1 and 2F. RGB value is (83,193,47). Sum of RGB (Red+Green+Blue) = 83+193+47=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 193 (75.78% from 255 or 59.75% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 193 - color contains mainly: green. Hex color #53C12F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C12F is #AC3ED0. Grayscale: #8F8F8F. Windows color (decimal): -11288273 or 3129683. OLE color: 3129683.
HSL color Cylindrical-coordinate representation of color #53C12F: hue angle of 105.21º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53C12F is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 193 | 47 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.24 |
| HSL | 105.21º | 0.61% | 0.47% | - |
| HSV(B) | 105.21º | 0.76% | 0.76% | - |
| XYZ | 23.15 | 40.18 | 9.23 | - |
| YUV | 143.47 | 73.56 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 193 | 47 | 0.57 | 0 | 0.76 | 0.24 | 105.21 | 0.61 | 0.47 |
| Hex | 53 | C1 | 2F | 39 | 0 | 4C | 18 | 69 | 3D | 2F |
| Octal | 123 | 301 | 57 | 71 | 0 | 114 | 30 | 151 | 75 | 57 |
| Binary | 1010011 | 11000001 | 101111 | 111001 | 0 | 1001100 | 11000 | 1101001 | 111101 | 101111 |
Color Harmonies of #53C12F
Complementary color
Monochromatic Colors of #53C12F
Black with #53C12F
Text Example
Text Example
White with #53C12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C12F; }
p { color: rgb(83,193,47); }
H1.HeaderClassName
{
color: #53C12F;
}
.AnyTagClassName
{
color: #53C12F;
}
</style>
background-color css
<style>
a { background-color: #53C12F; }
a { background-color: rgb(83,193,47); }
div.DivClassName
{
background-color: #53C12F;
}
.BgClassName
{
background-color: #53C12F;
}
</style>
border-color css
<style>
span { border-color: #53C12F; }
span { border-color: rgb(83,193,47); }
td.TdClassName
{
border-color: #53C12F;
}
.TagClassName
{
border-color: #53C12F;
}
</style>