Shades of Kelly Green #53C32E
Tints of Kelly Green #53C32E
RGB
CMYK
RGB Variations
Color information
#53C32E (or 0x53C32E) is known color: Kelly Green. HEX triplet: 53, C3 and 2E. RGB value is (83,195,46). Sum of RGB (Red+Green+Blue) = 83+195+46=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 195 (76.56% from 255 or 60.19% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 195 - color contains mainly: green. Hex color #53C32E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C32E is #AC3CD1. Grayscale: #919191. Windows color (decimal): -11287762 or 3064659. OLE color: 3064659.
HSL color Cylindrical-coordinate representation of color #53C32E: hue angle of 105.1º degrees, saturation: 0.62, 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 #53C32E is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 195 | 46 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.24 |
| HSL | 105.1º | 0.62% | 0.47% | - |
| HSV(B) | 105.1º | 0.76% | 0.76% | - |
| XYZ | 23.58 | 41.07 | 9.27 | - |
| YUV | 144.53 | 72.39 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 195 | 46 | 0.57 | 0 | 0.76 | 0.24 | 105.1 | 0.62 | 0.47 |
| Hex | 53 | C3 | 2E | 39 | 0 | 4C | 18 | 69 | 3E | 2F |
| Octal | 123 | 303 | 56 | 71 | 0 | 114 | 30 | 151 | 76 | 57 |
| Binary | 1010011 | 11000011 | 101110 | 111001 | 0 | 1001100 | 11000 | 1101001 | 111110 | 101111 |
Color Harmonies of #53C32E
Complementary color
Monochromatic Colors of #53C32E
Black with #53C32E
Text Example
Text Example
White with #53C32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C32E; }
p { color: rgb(83,195,46); }
H1.HeaderClassName
{
color: #53C32E;
}
.AnyTagClassName
{
color: #53C32E;
}
</style>
background-color css
<style>
a { background-color: #53C32E; }
a { background-color: rgb(83,195,46); }
div.DivClassName
{
background-color: #53C32E;
}
.BgClassName
{
background-color: #53C32E;
}
</style>
border-color css
<style>
span { border-color: #53C32E; }
span { border-color: rgb(83,195,46); }
td.TdClassName
{
border-color: #53C32E;
}
.TagClassName
{
border-color: #53C32E;
}
</style>