Shades of Kelly Green #53D612
Tints of Kelly Green #53D612
RGB
CMYK
RGB Variations
Color information
#53D612 (or 0x53D612) is known color: Kelly Green. HEX triplet: 53, D6 and 12. RGB value is (83,214,18). Sum of RGB (Red+Green+Blue) = 83+214+18=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 214 (83.98% from 255 or 67.94% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 214 - color contains mainly: green. Hex color #53D612 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53D612 is #AC29ED. Grayscale: #999999. Windows color (decimal): -11282926 or 1234515. OLE color: 1234515.
HSL color Cylindrical-coordinate representation of color #53D612: hue angle of 100.1º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53D612 is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 214 | 18 | - |
| CMYK | 0.61 | 0 | 0.92 | 0.16 |
| HSL | 100.1º | 0.84% | 0.45% | - |
| HSV(B) | 100.1º | 0.92% | 0.84% | - |
| XYZ | 27.72 | 49.98 | 8.76 | - |
| YUV | 152.49 | 52.1 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 214 | 18 | 0.61 | 0 | 0.92 | 0.16 | 100.1 | 0.84 | 0.45 |
| Hex | 53 | D6 | 12 | 3D | 0 | 5C | 10 | 64 | 54 | 2D |
| Octal | 123 | 326 | 22 | 75 | 0 | 134 | 20 | 144 | 124 | 55 |
| Binary | 1010011 | 11010110 | 10010 | 111101 | 0 | 1011100 | 10000 | 1100100 | 1010100 | 101101 |
Color Harmonies of #53D612
Complementary color
Monochromatic Colors of #53D612
Black with #53D612
Text Example
Text Example
White with #53D612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D612; }
p { color: rgb(83,214,18); }
H1.HeaderClassName
{
color: #53D612;
}
.AnyTagClassName
{
color: #53D612;
}
</style>
background-color css
<style>
a { background-color: #53D612; }
a { background-color: rgb(83,214,18); }
div.DivClassName
{
background-color: #53D612;
}
.BgClassName
{
background-color: #53D612;
}
</style>
border-color css
<style>
span { border-color: #53D612; }
span { border-color: rgb(83,214,18); }
td.TdClassName
{
border-color: #53D612;
}
.TagClassName
{
border-color: #53D612;
}
</style>