Shades of Kelly Green #61D326
Tints of Kelly Green #61D326
RGB
CMYK
RGB Variations
Color information
#61D326 (or 0x61D326) is known color: Kelly Green. HEX triplet: 61, D3 and 26. RGB value is (97,211,38). Sum of RGB (Red+Green+Blue) = 97+211+38=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 211 (82.81% from 255 or 60.98% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 211 - color contains mainly: green. Hex color #61D326 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D326 is #9E2CD9. Grayscale: #9D9D9D. Windows color (decimal): -10366170 or 2544481. OLE color: 2544481.
HSL color Cylindrical-coordinate representation of color #61D326: hue angle of 99.54º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #61D326 is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 211 | 38 | - |
| CMYK | 0.54 | 0 | 0.82 | 0.17 |
| HSL | 99.54º | 0.69% | 0.49% | - |
| HSV(B) | 99.54º | 0.82% | 0.83% | - |
| XYZ | 28.57 | 49.27 | 9.84 | - |
| YUV | 157.19 | 60.73 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 211 | 38 | 0.54 | 0 | 0.82 | 0.17 | 99.54 | 0.69 | 0.49 |
| Hex | 61 | D3 | 26 | 36 | 0 | 52 | 11 | 64 | 45 | 31 |
| Octal | 141 | 323 | 46 | 66 | 0 | 122 | 21 | 144 | 105 | 61 |
| Binary | 1100001 | 11010011 | 100110 | 110110 | 0 | 1010010 | 10001 | 1100100 | 1000101 | 110001 |
Color Harmonies of #61D326
Complementary color
Monochromatic Colors of #61D326
Black with #61D326
Text Example
Text Example
White with #61D326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D326; }
p { color: rgb(97,211,38); }
H1.HeaderClassName
{
color: #61D326;
}
.AnyTagClassName
{
color: #61D326;
}
</style>
background-color css
<style>
a { background-color: #61D326; }
a { background-color: rgb(97,211,38); }
div.DivClassName
{
background-color: #61D326;
}
.BgClassName
{
background-color: #61D326;
}
</style>
border-color css
<style>
span { border-color: #61D326; }
span { border-color: rgb(97,211,38); }
td.TdClassName
{
border-color: #61D326;
}
.TagClassName
{
border-color: #61D326;
}
</style>