Shades of Kelly Green #61CC2A
Tints of Kelly Green #61CC2A
RGB
CMYK
RGB Variations
Color information
#61CC2A (or 0x61CC2A) is known color: Kelly Green. HEX triplet: 61, CC and 2A. RGB value is (97,204,42). Sum of RGB (Red+Green+Blue) = 97+204+42=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 204 (80.08% from 255 or 59.48% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 204 - color contains mainly: green. Hex color #61CC2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CC2A is #9E33D5. Grayscale: #9A9A9A. Windows color (decimal): -10367958 or 2804833. OLE color: 2804833.
HSL color Cylindrical-coordinate representation of color #61CC2A: hue angle of 99.63º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #61CC2A is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 204 | 42 | - |
| CMYK | 0.52 | 0 | 0.79 | 0.2 |
| HSL | 99.63º | 0.66% | 0.48% | - |
| HSV(B) | 99.63º | 0.79% | 0.8% | - |
| XYZ | 26.94 | 45.89 | 9.63 | - |
| YUV | 153.54 | 65.05 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 204 | 42 | 0.52 | 0 | 0.79 | 0.2 | 99.63 | 0.66 | 0.48 |
| Hex | 61 | CC | 2A | 34 | 0 | 4F | 14 | 64 | 42 | 30 |
| Octal | 141 | 314 | 52 | 64 | 0 | 117 | 24 | 144 | 102 | 60 |
| Binary | 1100001 | 11001100 | 101010 | 110100 | 0 | 1001111 | 10100 | 1100100 | 1000010 | 110000 |
Color Harmonies of #61CC2A
Complementary color
Monochromatic Colors of #61CC2A
Black with #61CC2A
Text Example
Text Example
White with #61CC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CC2A; }
p { color: rgb(97,204,42); }
H1.HeaderClassName
{
color: #61CC2A;
}
.AnyTagClassName
{
color: #61CC2A;
}
</style>
background-color css
<style>
a { background-color: #61CC2A; }
a { background-color: rgb(97,204,42); }
div.DivClassName
{
background-color: #61CC2A;
}
.BgClassName
{
background-color: #61CC2A;
}
</style>
border-color css
<style>
span { border-color: #61CC2A; }
span { border-color: rgb(97,204,42); }
td.TdClassName
{
border-color: #61CC2A;
}
.TagClassName
{
border-color: #61CC2A;
}
</style>