Shades of Kelly Green #53C105
Tints of Kelly Green #53C105
RGB
CMYK
RGB Variations
Color information
#53C105 (or 0x53C105) is known color: Kelly Green. HEX triplet: 53, C1 and 05. RGB value is (83,193,5). Sum of RGB (Red+Green+Blue) = 83+193+5=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 193 (75.78% from 255 or 68.68% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 193 - color contains mainly: green. Hex color #53C105 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53C105 is #AC3EFA. Grayscale: #8B8B8B. Windows color (decimal): -11288315 or 377171. OLE color: 377171.
HSL color Cylindrical-coordinate representation of color #53C105: hue angle of 95.11º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #53C105 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 193 | 5 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.24 |
| HSL | 95.11º | 0.95% | 0.39% | - |
| HSV(B) | 95.11º | 0.97% | 0.76% | - |
| XYZ | 22.66 | 39.99 | 6.67 | - |
| YUV | 138.68 | 52.56 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 193 | 5 | 0.57 | 0 | 0.97 | 0.24 | 95.11 | 0.95 | 0.39 |
| Hex | 53 | C1 | 5 | 39 | 0 | 61 | 18 | 5F | 5F | 27 |
| Octal | 123 | 301 | 5 | 71 | 0 | 141 | 30 | 137 | 137 | 47 |
| Binary | 1010011 | 11000001 | 101 | 111001 | 0 | 1100001 | 11000 | 1011111 | 1011111 | 100111 |
Color Harmonies of #53C105
Complementary color
Monochromatic Colors of #53C105
Black with #53C105
Text Example
Text Example
White with #53C105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C105; }
p { color: rgb(83,193,5); }
H1.HeaderClassName
{
color: #53C105;
}
.AnyTagClassName
{
color: #53C105;
}
</style>
background-color css
<style>
a { background-color: #53C105; }
a { background-color: rgb(83,193,5); }
div.DivClassName
{
background-color: #53C105;
}
.BgClassName
{
background-color: #53C105;
}
</style>
border-color css
<style>
span { border-color: #53C105; }
span { border-color: rgb(83,193,5); }
td.TdClassName
{
border-color: #53C105;
}
.TagClassName
{
border-color: #53C105;
}
</style>