Shades of Kelly Green #53B10C
Tints of Kelly Green #53B10C
RGB
CMYK
RGB Variations
Color information
#53B10C (or 0x53B10C) is known color: Kelly Green. HEX triplet: 53, B1 and 0C. RGB value is (83,177,12). Sum of RGB (Red+Green+Blue) = 83+177+12=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 177 (69.53% from 255 or 65.07% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 177 - color contains mainly: green. Hex color #53B10C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53B10C is #AC4EF3. Grayscale: #828282. Windows color (decimal): -11292404 or 831827. OLE color: 831827.
HSL color Cylindrical-coordinate representation of color #53B10C: hue angle of 94.18º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53B10C is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 177 | 12 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.31 |
| HSL | 94.18º | 0.87% | 0.37% | - |
| HSV(B) | 94.18º | 0.93% | 0.69% | - |
| XYZ | 19.36 | 33.31 | 5.76 | - |
| YUV | 130.08 | 61.36 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 177 | 12 | 0.53 | 0 | 0.93 | 0.31 | 94.18 | 0.87 | 0.37 |
| Hex | 53 | B1 | C | 35 | 0 | 5D | 1F | 5E | 57 | 25 |
| Octal | 123 | 261 | 14 | 65 | 0 | 135 | 37 | 136 | 127 | 45 |
| Binary | 1010011 | 10110001 | 1100 | 110101 | 0 | 1011101 | 11111 | 1011110 | 1010111 | 100101 |
Color Harmonies of #53B10C
Complementary color
Monochromatic Colors of #53B10C
Black with #53B10C
Text Example
Text Example
White with #53B10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B10C; }
p { color: rgb(83,177,12); }
H1.HeaderClassName
{
color: #53B10C;
}
.AnyTagClassName
{
color: #53B10C;
}
</style>
background-color css
<style>
a { background-color: #53B10C; }
a { background-color: rgb(83,177,12); }
div.DivClassName
{
background-color: #53B10C;
}
.BgClassName
{
background-color: #53B10C;
}
</style>
border-color css
<style>
span { border-color: #53B10C; }
span { border-color: rgb(83,177,12); }
td.TdClassName
{
border-color: #53B10C;
}
.TagClassName
{
border-color: #53B10C;
}
</style>