Shades of Kelly Green #61D514
Tints of Kelly Green #61D514
RGB
CMYK
RGB Variations
Color information
#61D514 (or 0x61D514) is known color: Kelly Green. HEX triplet: 61, D5 and 14. RGB value is (97,213,20). Sum of RGB (Red+Green+Blue) = 97+213+20=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 213 (83.59% from 255 or 64.55% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 213 - color contains mainly: green. Hex color #61D514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61D514 is #9E2AEB. Grayscale: #9C9C9C. Windows color (decimal): -10365676 or 1365345. OLE color: 1365345.
HSL color Cylindrical-coordinate representation of color #61D514: hue angle of 96.06º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61D514 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 213 | 20 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.16 |
| HSL | 96.06º | 0.83% | 0.46% | - |
| HSV(B) | 96.06º | 0.91% | 0.84% | - |
| XYZ | 28.85 | 50.18 | 8.83 | - |
| YUV | 156.31 | 51.07 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 213 | 20 | 0.54 | 0 | 0.91 | 0.16 | 96.06 | 0.83 | 0.46 |
| Hex | 61 | D5 | 14 | 36 | 0 | 5B | 10 | 60 | 53 | 2E |
| Octal | 141 | 325 | 24 | 66 | 0 | 133 | 20 | 140 | 123 | 56 |
| Binary | 1100001 | 11010101 | 10100 | 110110 | 0 | 1011011 | 10000 | 1100000 | 1010011 | 101110 |
Color Harmonies of #61D514
Complementary color
Monochromatic Colors of #61D514
Black with #61D514
Text Example
Text Example
White with #61D514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D514; }
p { color: rgb(97,213,20); }
H1.HeaderClassName
{
color: #61D514;
}
.AnyTagClassName
{
color: #61D514;
}
</style>
background-color css
<style>
a { background-color: #61D514; }
a { background-color: rgb(97,213,20); }
div.DivClassName
{
background-color: #61D514;
}
.BgClassName
{
background-color: #61D514;
}
</style>
border-color css
<style>
span { border-color: #61D514; }
span { border-color: rgb(97,213,20); }
td.TdClassName
{
border-color: #61D514;
}
.TagClassName
{
border-color: #61D514;
}
</style>