Shades of Kelly Green #53C402
Tints of Kelly Green #53C402
RGB
CMYK
RGB Variations
Color information
#53C402 (or 0x53C402) is known color: Kelly Green. HEX triplet: 53, C4 and 02. RGB value is (83,196,2). Sum of RGB (Red+Green+Blue) = 83+196+2=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 196 (76.95% from 255 or 69.75% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 196 - color contains mainly: green. Hex color #53C402 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53C402 is #AC3BFD. Grayscale: #8C8C8C. Windows color (decimal): -11287550 or 181331. OLE color: 181331.
HSL color Cylindrical-coordinate representation of color #53C402: hue angle of 94.95º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53C402 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 196 | 2 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.23 |
| HSL | 94.95º | 0.98% | 0.39% | - |
| HSV(B) | 94.95º | 0.99% | 0.77% | - |
| XYZ | 23.32 | 41.32 | 6.8 | - |
| YUV | 140.1 | 50.06 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 196 | 2 | 0.58 | 0 | 0.99 | 0.23 | 94.95 | 0.98 | 0.39 |
| Hex | 53 | C4 | 2 | 3A | 0 | 63 | 17 | 5F | 62 | 27 |
| Octal | 123 | 304 | 2 | 72 | 0 | 143 | 27 | 137 | 142 | 47 |
| Binary | 1010011 | 11000100 | 10 | 111010 | 0 | 1100011 | 10111 | 1011111 | 1100010 | 100111 |
Color Harmonies of #53C402
Complementary color
Monochromatic Colors of #53C402
Black with #53C402
Text Example
Text Example
White with #53C402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C402; }
p { color: rgb(83,196,2); }
H1.HeaderClassName
{
color: #53C402;
}
.AnyTagClassName
{
color: #53C402;
}
</style>
background-color css
<style>
a { background-color: #53C402; }
a { background-color: rgb(83,196,2); }
div.DivClassName
{
background-color: #53C402;
}
.BgClassName
{
background-color: #53C402;
}
</style>
border-color css
<style>
span { border-color: #53C402; }
span { border-color: rgb(83,196,2); }
td.TdClassName
{
border-color: #53C402;
}
.TagClassName
{
border-color: #53C402;
}
</style>