Shades of Kelly Green #61CA2D
Tints of Kelly Green #61CA2D
RGB
CMYK
RGB Variations
Color information
#61CA2D (or 0x61CA2D) is known color: Kelly Green. HEX triplet: 61, CA and 2D. RGB value is (97,202,45). Sum of RGB (Red+Green+Blue) = 97+202+45=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 202 (79.30% from 255 or 58.72% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CA2D is #9E35D2. Grayscale: #999999. Windows color (decimal): -10368467 or 3000929. OLE color: 3000929.
HSL color Cylindrical-coordinate representation of color #61CA2D: hue angle of 100.13º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61CA2D is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 202 | 45 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.21 |
| HSL | 100.13º | 0.64% | 0.48% | - |
| HSV(B) | 100.13º | 0.78% | 0.79% | - |
| XYZ | 26.52 | 44.97 | 9.77 | - |
| YUV | 152.71 | 67.21 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 45 | 0.52 | 0 | 0.78 | 0.21 | 100.13 | 0.64 | 0.48 |
| Hex | 61 | CA | 2D | 34 | 0 | 4E | 15 | 64 | 40 | 30 |
| Octal | 141 | 312 | 55 | 64 | 0 | 116 | 25 | 144 | 100 | 60 |
| Binary | 1100001 | 11001010 | 101101 | 110100 | 0 | 1001110 | 10101 | 1100100 | 1000000 | 110000 |
Color Harmonies of #61CA2D
Complementary color
Monochromatic Colors of #61CA2D
Black with #61CA2D
Text Example
Text Example
White with #61CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CA2D; }
p { color: rgb(97,202,45); }
H1.HeaderClassName
{
color: #61CA2D;
}
.AnyTagClassName
{
color: #61CA2D;
}
</style>
background-color css
<style>
a { background-color: #61CA2D; }
a { background-color: rgb(97,202,45); }
div.DivClassName
{
background-color: #61CA2D;
}
.BgClassName
{
background-color: #61CA2D;
}
</style>
border-color css
<style>
span { border-color: #61CA2D; }
span { border-color: rgb(97,202,45); }
td.TdClassName
{
border-color: #61CA2D;
}
.TagClassName
{
border-color: #61CA2D;
}
</style>