Shades of Kelly Green #61C010
Tints of Kelly Green #61C010
RGB
CMYK
RGB Variations
Color information
#61C010 (or 0x61C010) is known color: Kelly Green. HEX triplet: 61, C0 and 10. RGB value is (97,192,16). Sum of RGB (Red+Green+Blue) = 97+192+16=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 192 (75.39% from 255 or 62.95% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 192 - color contains mainly: green. Hex color #61C010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61C010 is #9E3FEF. Grayscale: #909090. Windows color (decimal): -10371056 or 1097825. OLE color: 1097825.
HSL color Cylindrical-coordinate representation of color #61C010: hue angle of 92.39º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61C010 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 192 | 16 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.25 |
| HSL | 92.39º | 0.85% | 0.41% | - |
| HSV(B) | 92.39º | 0.92% | 0.75% | - |
| XYZ | 23.87 | 40.28 | 7.01 | - |
| YUV | 143.53 | 56.03 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 192 | 16 | 0.49 | 0 | 0.92 | 0.25 | 92.39 | 0.85 | 0.41 |
| Hex | 61 | C0 | 10 | 31 | 0 | 5C | 19 | 5C | 55 | 29 |
| Octal | 141 | 300 | 20 | 61 | 0 | 134 | 31 | 134 | 125 | 51 |
| Binary | 1100001 | 11000000 | 10000 | 110001 | 0 | 1011100 | 11001 | 1011100 | 1010101 | 101001 |
Color Harmonies of #61C010
Complementary color
Monochromatic Colors of #61C010
Black with #61C010
Text Example
Text Example
White with #61C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C010; }
p { color: rgb(97,192,16); }
H1.HeaderClassName
{
color: #61C010;
}
.AnyTagClassName
{
color: #61C010;
}
</style>
background-color css
<style>
a { background-color: #61C010; }
a { background-color: rgb(97,192,16); }
div.DivClassName
{
background-color: #61C010;
}
.BgClassName
{
background-color: #61C010;
}
</style>
border-color css
<style>
span { border-color: #61C010; }
span { border-color: rgb(97,192,16); }
td.TdClassName
{
border-color: #61C010;
}
.TagClassName
{
border-color: #61C010;
}
</style>