Shades of Kelly Green #61D512
Tints of Kelly Green #61D512
RGB
CMYK
RGB Variations
Color information
#61D512 (or 0x61D512) is known color: Kelly Green. HEX triplet: 61, D5 and 12. RGB value is (97,213,18). Sum of RGB (Red+Green+Blue) = 97+213+18=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 213 (83.59% from 255 or 64.94% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 213 - color contains mainly: green. Hex color #61D512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61D512 is #9E2AED. Grayscale: #9C9C9C. Windows color (decimal): -10365678 or 1234273. OLE color: 1234273.
HSL color Cylindrical-coordinate representation of color #61D512: hue angle of 95.69º 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 #61D512 is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 213 | 18 | - |
| CMYK | 0.54 | 0 | 0.92 | 0.16 |
| HSL | 95.69º | 0.84% | 0.45% | - |
| HSV(B) | 95.69º | 0.92% | 0.84% | - |
| XYZ | 28.83 | 50.17 | 8.74 | - |
| YUV | 156.09 | 50.07 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 213 | 18 | 0.54 | 0 | 0.92 | 0.16 | 95.69 | 0.84 | 0.45 |
| Hex | 61 | D5 | 12 | 36 | 0 | 5C | 10 | 60 | 54 | 2D |
| Octal | 141 | 325 | 22 | 66 | 0 | 134 | 20 | 140 | 124 | 55 |
| Binary | 1100001 | 11010101 | 10010 | 110110 | 0 | 1011100 | 10000 | 1100000 | 1010100 | 101101 |
Color Harmonies of #61D512
Complementary color
Monochromatic Colors of #61D512
Black with #61D512
Text Example
Text Example
White with #61D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D512; }
p { color: rgb(97,213,18); }
H1.HeaderClassName
{
color: #61D512;
}
.AnyTagClassName
{
color: #61D512;
}
</style>
background-color css
<style>
a { background-color: #61D512; }
a { background-color: rgb(97,213,18); }
div.DivClassName
{
background-color: #61D512;
}
.BgClassName
{
background-color: #61D512;
}
</style>
border-color css
<style>
span { border-color: #61D512; }
span { border-color: rgb(97,213,18); }
td.TdClassName
{
border-color: #61D512;
}
.TagClassName
{
border-color: #61D512;
}
</style>