Shades of Kelly Green #53DC0C
Tints of Kelly Green #53DC0C
RGB
CMYK
RGB Variations
Color information
#53DC0C (or 0x53DC0C) is known color: Kelly Green. HEX triplet: 53, DC and 0C. RGB value is (83,220,12). Sum of RGB (Red+Green+Blue) = 83+220+12=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 220 (86.33% from 255 or 69.84% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53DC0C is #AC23F3. Grayscale: #9C9C9C. Windows color (decimal): -11281396 or 842835. OLE color: 842835.
HSL color Cylindrical-coordinate representation of color #53DC0C: hue angle of 99.52º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53DC0C is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 12 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.14 |
| HSL | 99.52º | 0.9% | 0.45% | - |
| HSV(B) | 99.52º | 0.95% | 0.86% | - |
| XYZ | 29.23 | 53.05 | 9.05 | - |
| YUV | 155.33 | 47.11 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 12 | 0.62 | 0 | 0.95 | 0.14 | 99.52 | 0.9 | 0.45 |
| Hex | 53 | DC | C | 3E | 0 | 5F | E | 64 | 5A | 2D |
| Octal | 123 | 334 | 14 | 76 | 0 | 137 | 16 | 144 | 132 | 55 |
| Binary | 1010011 | 11011100 | 1100 | 111110 | 0 | 1011111 | 1110 | 1100100 | 1011010 | 101101 |
Color Harmonies of #53DC0C
Complementary color
Monochromatic Colors of #53DC0C
Black with #53DC0C
Text Example
Text Example
White with #53DC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DC0C; }
p { color: rgb(83,220,12); }
H1.HeaderClassName
{
color: #53DC0C;
}
.AnyTagClassName
{
color: #53DC0C;
}
</style>
background-color css
<style>
a { background-color: #53DC0C; }
a { background-color: rgb(83,220,12); }
div.DivClassName
{
background-color: #53DC0C;
}
.BgClassName
{
background-color: #53DC0C;
}
</style>
border-color css
<style>
span { border-color: #53DC0C; }
span { border-color: rgb(83,220,12); }
td.TdClassName
{
border-color: #53DC0C;
}
.TagClassName
{
border-color: #53DC0C;
}
</style>