Shades of Kelly Green #53C231
Tints of Kelly Green #53C231
RGB
CMYK
RGB Variations
Color information
#53C231 (or 0x53C231) is known color: Kelly Green. HEX triplet: 53, C2 and 31. RGB value is (83,194,49). Sum of RGB (Red+Green+Blue) = 83+194+49=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 194 (76.17% from 255 or 59.51% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 194 - color contains mainly: green. Hex color #53C231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C231 is #AC3DCE. Grayscale: #909090. Windows color (decimal): -11288015 or 3261011. OLE color: 3261011.
HSL color Cylindrical-coordinate representation of color #53C231: hue angle of 105.93º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53C231 is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 194 | 49 | - |
| CMYK | 0.57 | 0 | 0.75 | 0.24 |
| HSL | 105.93º | 0.6% | 0.48% | - |
| HSV(B) | 105.93º | 0.75% | 0.76% | - |
| XYZ | 23.41 | 40.64 | 9.52 | - |
| YUV | 144.28 | 74.23 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 194 | 49 | 0.57 | 0 | 0.75 | 0.24 | 105.93 | 0.6 | 0.48 |
| Hex | 53 | C2 | 31 | 39 | 0 | 4B | 18 | 6A | 3C | 30 |
| Octal | 123 | 302 | 61 | 71 | 0 | 113 | 30 | 152 | 74 | 60 |
| Binary | 1010011 | 11000010 | 110001 | 111001 | 0 | 1001011 | 11000 | 1101010 | 111100 | 110000 |
Color Harmonies of #53C231
Complementary color
Monochromatic Colors of #53C231
Black with #53C231
Text Example
Text Example
White with #53C231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C231; }
p { color: rgb(83,194,49); }
H1.HeaderClassName
{
color: #53C231;
}
.AnyTagClassName
{
color: #53C231;
}
</style>
background-color css
<style>
a { background-color: #53C231; }
a { background-color: rgb(83,194,49); }
div.DivClassName
{
background-color: #53C231;
}
.BgClassName
{
background-color: #53C231;
}
</style>
border-color css
<style>
span { border-color: #53C231; }
span { border-color: rgb(83,194,49); }
td.TdClassName
{
border-color: #53C231;
}
.TagClassName
{
border-color: #53C231;
}
</style>