Shades of Kelly Green #61C501
Tints of Kelly Green #61C501
RGB
CMYK
RGB Variations
Color information
#61C501 (or 0x61C501) is known color: Kelly Green. HEX triplet: 61, C5 and 01. RGB value is (97,197,1). Sum of RGB (Red+Green+Blue) = 97+197+1=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 197 (77.34% from 255 or 66.78% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 197 - color contains mainly: green. Hex color #61C501 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61C501 is #9E3AFE. Grayscale: #919191. Windows color (decimal): -10369791 or 116065. OLE color: 116065.
HSL color Cylindrical-coordinate representation of color #61C501: hue angle of 90.61º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61C501 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 197 | 1 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.23 |
| HSL | 90.61º | 0.99% | 0.39% | - |
| HSV(B) | 90.61º | 0.99% | 0.77% | - |
| XYZ | 24.9 | 42.48 | 6.91 | - |
| YUV | 144.76 | 46.87 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 197 | 1 | 0.51 | 0 | 0.99 | 0.23 | 90.61 | 0.99 | 0.39 |
| Hex | 61 | C5 | 1 | 33 | 0 | 63 | 17 | 5B | 63 | 27 |
| Octal | 141 | 305 | 1 | 63 | 0 | 143 | 27 | 133 | 143 | 47 |
| Binary | 1100001 | 11000101 | 1 | 110011 | 0 | 1100011 | 10111 | 1011011 | 1100011 | 100111 |
Color Harmonies of #61C501
Complementary color
Monochromatic Colors of #61C501
Black with #61C501
Text Example
Text Example
White with #61C501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C501; }
p { color: rgb(97,197,1); }
H1.HeaderClassName
{
color: #61C501;
}
.AnyTagClassName
{
color: #61C501;
}
</style>
background-color css
<style>
a { background-color: #61C501; }
a { background-color: rgb(97,197,1); }
div.DivClassName
{
background-color: #61C501;
}
.BgClassName
{
background-color: #61C501;
}
</style>
border-color css
<style>
span { border-color: #61C501; }
span { border-color: rgb(97,197,1); }
td.TdClassName
{
border-color: #61C501;
}
.TagClassName
{
border-color: #61C501;
}
</style>