Shades of Kelly Green #61D529
Tints of Kelly Green #61D529
RGB
CMYK
RGB Variations
Color information
#61D529 (or 0x61D529) is known color: Kelly Green. HEX triplet: 61, D5 and 29. RGB value is (97,213,41). Sum of RGB (Red+Green+Blue) = 97+213+41=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 213 (83.59% from 255 or 60.68% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 213 - color contains mainly: green. Hex color #61D529 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D529 is #9E2AD6. Grayscale: #9F9F9F. Windows color (decimal): -10365655 or 2741601. OLE color: 2741601.
HSL color Cylindrical-coordinate representation of color #61D529: hue angle of 100.47º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61D529 is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 213 | 41 | - |
| CMYK | 0.54 | 0 | 0.81 | 0.16 |
| HSL | 100.47º | 0.68% | 0.5% | - |
| HSV(B) | 100.47º | 0.81% | 0.84% | - |
| XYZ | 29.12 | 50.29 | 10.27 | - |
| YUV | 158.71 | 61.57 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 213 | 41 | 0.54 | 0 | 0.81 | 0.16 | 100.47 | 0.68 | 0.5 |
| Hex | 61 | D5 | 29 | 36 | 0 | 51 | 10 | 64 | 44 | 32 |
| Octal | 141 | 325 | 51 | 66 | 0 | 121 | 20 | 144 | 104 | 62 |
| Binary | 1100001 | 11010101 | 101001 | 110110 | 0 | 1010001 | 10000 | 1100100 | 1000100 | 110010 |
Color Harmonies of #61D529
Complementary color
Monochromatic Colors of #61D529
Black with #61D529
Text Example
Text Example
White with #61D529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D529; }
p { color: rgb(97,213,41); }
H1.HeaderClassName
{
color: #61D529;
}
.AnyTagClassName
{
color: #61D529;
}
</style>
background-color css
<style>
a { background-color: #61D529; }
a { background-color: rgb(97,213,41); }
div.DivClassName
{
background-color: #61D529;
}
.BgClassName
{
background-color: #61D529;
}
</style>
border-color css
<style>
span { border-color: #61D529; }
span { border-color: rgb(97,213,41); }
td.TdClassName
{
border-color: #61D529;
}
.TagClassName
{
border-color: #61D529;
}
</style>