Shades of Kelly Green #53C302
Tints of Kelly Green #53C302
RGB
CMYK
RGB Variations
Color information
#53C302 (or 0x53C302) is known color: Kelly Green. HEX triplet: 53, C3 and 02. RGB value is (83,195,2). Sum of RGB (Red+Green+Blue) = 83+195+2=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 195 (76.56% from 255 or 69.64% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 195 - color contains mainly: green. Hex color #53C302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53C302 is #AC3CFD. Grayscale: #8C8C8C. Windows color (decimal): -11287806 or 181075. OLE color: 181075.
HSL color Cylindrical-coordinate representation of color #53C302: hue angle of 94.82º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53C302 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 195 | 2 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.24 |
| HSL | 94.82º | 0.98% | 0.39% | - |
| HSV(B) | 94.82º | 0.99% | 0.76% | - |
| XYZ | 23.09 | 40.87 | 6.73 | - |
| YUV | 139.51 | 50.39 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 195 | 2 | 0.57 | 0 | 0.99 | 0.24 | 94.82 | 0.98 | 0.39 |
| Hex | 53 | C3 | 2 | 39 | 0 | 63 | 18 | 5F | 62 | 27 |
| Octal | 123 | 303 | 2 | 71 | 0 | 143 | 30 | 137 | 142 | 47 |
| Binary | 1010011 | 11000011 | 10 | 111001 | 0 | 1100011 | 11000 | 1011111 | 1100010 | 100111 |
Color Harmonies of #53C302
Complementary color
Monochromatic Colors of #53C302
Black with #53C302
Text Example
Text Example
White with #53C302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C302; }
p { color: rgb(83,195,2); }
H1.HeaderClassName
{
color: #53C302;
}
.AnyTagClassName
{
color: #53C302;
}
</style>
background-color css
<style>
a { background-color: #53C302; }
a { background-color: rgb(83,195,2); }
div.DivClassName
{
background-color: #53C302;
}
.BgClassName
{
background-color: #53C302;
}
</style>
border-color css
<style>
span { border-color: #53C302; }
span { border-color: rgb(83,195,2); }
td.TdClassName
{
border-color: #53C302;
}
.TagClassName
{
border-color: #53C302;
}
</style>