Shades of Kelly Green #61D314
Tints of Kelly Green #61D314
RGB
CMYK
RGB Variations
Color information
#61D314 (or 0x61D314) is known color: Kelly Green. HEX triplet: 61, D3 and 14. RGB value is (97,211,20). Sum of RGB (Red+Green+Blue) = 97+211+20=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 211 (82.81% from 255 or 64.33% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 211 - color contains mainly: green. Hex color #61D314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61D314 is #9E2CEB. Grayscale: #9B9B9B. Windows color (decimal): -10366188 or 1364833. OLE color: 1364833.
HSL color Cylindrical-coordinate representation of color #61D314: hue angle of 95.81º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61D314 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 211 | 20 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.17 |
| HSL | 95.81º | 0.83% | 0.45% | - |
| HSV(B) | 95.81º | 0.91% | 0.83% | - |
| XYZ | 28.35 | 49.18 | 8.66 | - |
| YUV | 155.14 | 51.73 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 211 | 20 | 0.54 | 0 | 0.91 | 0.17 | 95.81 | 0.83 | 0.45 |
| Hex | 61 | D3 | 14 | 36 | 0 | 5B | 11 | 60 | 53 | 2D |
| Octal | 141 | 323 | 24 | 66 | 0 | 133 | 21 | 140 | 123 | 55 |
| Binary | 1100001 | 11010011 | 10100 | 110110 | 0 | 1011011 | 10001 | 1100000 | 1010011 | 101101 |
Color Harmonies of #61D314
Complementary color
Monochromatic Colors of #61D314
Black with #61D314
Text Example
Text Example
White with #61D314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D314; }
p { color: rgb(97,211,20); }
H1.HeaderClassName
{
color: #61D314;
}
.AnyTagClassName
{
color: #61D314;
}
</style>
background-color css
<style>
a { background-color: #61D314; }
a { background-color: rgb(97,211,20); }
div.DivClassName
{
background-color: #61D314;
}
.BgClassName
{
background-color: #61D314;
}
</style>
border-color css
<style>
span { border-color: #61D314; }
span { border-color: rgb(97,211,20); }
td.TdClassName
{
border-color: #61D314;
}
.TagClassName
{
border-color: #61D314;
}
</style>