Shades of Kelly Green #53C425
Tints of Kelly Green #53C425
RGB
CMYK
RGB Variations
Color information
#53C425 (or 0x53C425) is known color: Kelly Green. HEX triplet: 53, C4 and 25. RGB value is (83,196,37). Sum of RGB (Red+Green+Blue) = 83+196+37=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 196 (76.95% from 255 or 62.03% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 196 - color contains mainly: green. Hex color #53C425 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C425 is #AC3BDA. Grayscale: #909090. Windows color (decimal): -11287515 or 2475091. OLE color: 2475091.
HSL color Cylindrical-coordinate representation of color #53C425: hue angle of 102.64º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53C425 is Cyan = 0.58, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 196 | 37 | - |
| CMYK | 0.58 | 0 | 0.81 | 0.23 |
| HSL | 102.64º | 0.68% | 0.46% | - |
| HSV(B) | 102.64º | 0.81% | 0.77% | - |
| XYZ | 23.64 | 41.45 | 8.51 | - |
| YUV | 144.09 | 67.56 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 196 | 37 | 0.58 | 0 | 0.81 | 0.23 | 102.64 | 0.68 | 0.46 |
| Hex | 53 | C4 | 25 | 3A | 0 | 51 | 17 | 67 | 44 | 2E |
| Octal | 123 | 304 | 45 | 72 | 0 | 121 | 27 | 147 | 104 | 56 |
| Binary | 1010011 | 11000100 | 100101 | 111010 | 0 | 1010001 | 10111 | 1100111 | 1000100 | 101110 |
Color Harmonies of #53C425
Complementary color
Monochromatic Colors of #53C425
Black with #53C425
Text Example
Text Example
White with #53C425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C425; }
p { color: rgb(83,196,37); }
H1.HeaderClassName
{
color: #53C425;
}
.AnyTagClassName
{
color: #53C425;
}
</style>
background-color css
<style>
a { background-color: #53C425; }
a { background-color: rgb(83,196,37); }
div.DivClassName
{
background-color: #53C425;
}
.BgClassName
{
background-color: #53C425;
}
</style>
border-color css
<style>
span { border-color: #53C425; }
span { border-color: rgb(83,196,37); }
td.TdClassName
{
border-color: #53C425;
}
.TagClassName
{
border-color: #53C425;
}
</style>