Shades of Kelly Green #61C326
Tints of Kelly Green #61C326
RGB
CMYK
RGB Variations
Color information
#61C326 (or 0x61C326) is known color: Kelly Green. HEX triplet: 61, C3 and 26. RGB value is (97,195,38). Sum of RGB (Red+Green+Blue) = 97+195+38=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 195 (76.56% from 255 or 59.09% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 195 - color contains mainly: green. Hex color #61C326 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C326 is #9E3CD9. Grayscale: #949494. Windows color (decimal): -10370266 or 2540385. OLE color: 2540385.
HSL color Cylindrical-coordinate representation of color #61C326: hue angle of 97.45º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61C326 is Cyan = 0.50, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 195 | 38 | - |
| CMYK | 0.50 | 0 | 0.81 | 0.24 |
| HSL | 97.45º | 0.67% | 0.46% | - |
| HSV(B) | 97.45º | 0.81% | 0.76% | - |
| XYZ | 24.79 | 41.71 | 8.58 | - |
| YUV | 147.8 | 66.03 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 195 | 38 | 0.50 | 0 | 0.81 | 0.24 | 97.45 | 0.67 | 0.46 |
| Hex | 61 | C3 | 26 | 32 | 0 | 51 | 18 | 61 | 43 | 2E |
| Octal | 141 | 303 | 46 | 62 | 0 | 121 | 30 | 141 | 103 | 56 |
| Binary | 1100001 | 11000011 | 100110 | 110010 | 0 | 1010001 | 11000 | 1100001 | 1000011 | 101110 |
Color Harmonies of #61C326
Complementary color
Monochromatic Colors of #61C326
Black with #61C326
Text Example
Text Example
White with #61C326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C326; }
p { color: rgb(97,195,38); }
H1.HeaderClassName
{
color: #61C326;
}
.AnyTagClassName
{
color: #61C326;
}
</style>
background-color css
<style>
a { background-color: #61C326; }
a { background-color: rgb(97,195,38); }
div.DivClassName
{
background-color: #61C326;
}
.BgClassName
{
background-color: #61C326;
}
</style>
border-color css
<style>
span { border-color: #61C326; }
span { border-color: rgb(97,195,38); }
td.TdClassName
{
border-color: #61C326;
}
.TagClassName
{
border-color: #61C326;
}
</style>