Shades of Kelly Green #61C504
Tints of Kelly Green #61C504
RGB
CMYK
RGB Variations
Color information
#61C504 (or 0x61C504) is known color: Kelly Green. HEX triplet: 61, C5 and 04. RGB value is (97,197,4). Sum of RGB (Red+Green+Blue) = 97+197+4=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 197 (77.34% from 255 or 66.11% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 197 - color contains mainly: green. Hex color #61C504 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61C504 is #9E3AFB. Grayscale: #919191. Windows color (decimal): -10369788 or 312673. OLE color: 312673.
HSL color Cylindrical-coordinate representation of color #61C504: hue angle of 91.09º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #61C504 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 197 | 4 | - |
| CMYK | 0.51 | 0 | 0.98 | 0.23 |
| HSL | 91.09º | 0.96% | 0.39% | - |
| HSV(B) | 91.09º | 0.98% | 0.77% | - |
| XYZ | 24.92 | 42.48 | 7 | - |
| YUV | 145.1 | 48.37 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 197 | 4 | 0.51 | 0 | 0.98 | 0.23 | 91.09 | 0.96 | 0.39 |
| Hex | 61 | C5 | 4 | 33 | 0 | 62 | 17 | 5B | 60 | 27 |
| Octal | 141 | 305 | 4 | 63 | 0 | 142 | 27 | 133 | 140 | 47 |
| Binary | 1100001 | 11000101 | 100 | 110011 | 0 | 1100010 | 10111 | 1011011 | 1100000 | 100111 |
Color Harmonies of #61C504
Complementary color
Monochromatic Colors of #61C504
Black with #61C504
Text Example
Text Example
White with #61C504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C504; }
p { color: rgb(97,197,4); }
H1.HeaderClassName
{
color: #61C504;
}
.AnyTagClassName
{
color: #61C504;
}
</style>
background-color css
<style>
a { background-color: #61C504; }
a { background-color: rgb(97,197,4); }
div.DivClassName
{
background-color: #61C504;
}
.BgClassName
{
background-color: #61C504;
}
</style>
border-color css
<style>
span { border-color: #61C504; }
span { border-color: rgb(97,197,4); }
td.TdClassName
{
border-color: #61C504;
}
.TagClassName
{
border-color: #61C504;
}
</style>