Shades of Kelly Green #61C128
Tints of Kelly Green #61C128
RGB
CMYK
RGB Variations
Color information
#61C128 (or 0x61C128) is known color: Kelly Green. HEX triplet: 61, C1 and 28. RGB value is (97,193,40). Sum of RGB (Red+Green+Blue) = 97+193+40=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #61C128 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C128 is #9E3ED7. Grayscale: #939393. Windows color (decimal): -10370776 or 2670945. OLE color: 2670945.
HSL color Cylindrical-coordinate representation of color #61C128: hue angle of 97.65º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #61C128 is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 193 | 40 | - |
| CMYK | 0.50 | 0 | 0.79 | 0.24 |
| HSL | 97.65º | 0.66% | 0.46% | - |
| HSV(B) | 97.65º | 0.79% | 0.76% | - |
| XYZ | 24.38 | 40.83 | 8.6 | - |
| YUV | 146.85 | 67.7 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 40 | 0.50 | 0 | 0.79 | 0.24 | 97.65 | 0.66 | 0.46 |
| Hex | 61 | C1 | 28 | 32 | 0 | 4F | 18 | 62 | 42 | 2E |
| Octal | 141 | 301 | 50 | 62 | 0 | 117 | 30 | 142 | 102 | 56 |
| Binary | 1100001 | 11000001 | 101000 | 110010 | 0 | 1001111 | 11000 | 1100010 | 1000010 | 101110 |
Color Harmonies of #61C128
Complementary color
Monochromatic Colors of #61C128
Black with #61C128
Text Example
Text Example
White with #61C128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C128; }
p { color: rgb(97,193,40); }
H1.HeaderClassName
{
color: #61C128;
}
.AnyTagClassName
{
color: #61C128;
}
</style>
background-color css
<style>
a { background-color: #61C128; }
a { background-color: rgb(97,193,40); }
div.DivClassName
{
background-color: #61C128;
}
.BgClassName
{
background-color: #61C128;
}
</style>
border-color css
<style>
span { border-color: #61C128; }
span { border-color: rgb(97,193,40); }
td.TdClassName
{
border-color: #61C128;
}
.TagClassName
{
border-color: #61C128;
}
</style>