Shades of Kelly Green #53C006
Tints of Kelly Green #53C006
RGB
CMYK
RGB Variations
Color information
#53C006 (or 0x53C006) is known color: Kelly Green. HEX triplet: 53, C0 and 06. RGB value is (83,192,6). Sum of RGB (Red+Green+Blue) = 83+192+6=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #53C006 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53C006 is #AC3FF9. Grayscale: #8A8A8A. Windows color (decimal): -11288570 or 442451. OLE color: 442451.
HSL color Cylindrical-coordinate representation of color #53C006: hue angle of 95.16º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #53C006 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 6 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.25 |
| HSL | 95.16º | 0.94% | 0.39% | - |
| HSV(B) | 95.16º | 0.97% | 0.75% | - |
| XYZ | 22.45 | 39.55 | 6.62 | - |
| YUV | 138.21 | 53.39 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 6 | 0.57 | 0 | 0.97 | 0.25 | 95.16 | 0.94 | 0.39 |
| Hex | 53 | C0 | 6 | 39 | 0 | 61 | 19 | 5F | 5E | 27 |
| Octal | 123 | 300 | 6 | 71 | 0 | 141 | 31 | 137 | 136 | 47 |
| Binary | 1010011 | 11000000 | 110 | 111001 | 0 | 1100001 | 11001 | 1011111 | 1011110 | 100111 |
Color Harmonies of #53C006
Complementary color
Monochromatic Colors of #53C006
Black with #53C006
Text Example
Text Example
White with #53C006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C006; }
p { color: rgb(83,192,6); }
H1.HeaderClassName
{
color: #53C006;
}
.AnyTagClassName
{
color: #53C006;
}
</style>
background-color css
<style>
a { background-color: #53C006; }
a { background-color: rgb(83,192,6); }
div.DivClassName
{
background-color: #53C006;
}
.BgClassName
{
background-color: #53C006;
}
</style>
border-color css
<style>
span { border-color: #53C006; }
span { border-color: rgb(83,192,6); }
td.TdClassName
{
border-color: #53C006;
}
.TagClassName
{
border-color: #53C006;
}
</style>