Shades of Kelly Green #61C028
Tints of Kelly Green #61C028
RGB
CMYK
RGB Variations
Color information
#61C028 (or 0x61C028) is known color: Kelly Green. HEX triplet: 61, C0 and 28. RGB value is (97,192,40). Sum of RGB (Red+Green+Blue) = 97+192+40=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #61C028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C028 is #9E3FD7. Grayscale: #929292. Windows color (decimal): -10371032 or 2670689. OLE color: 2670689.
HSL color Cylindrical-coordinate representation of color #61C028: hue angle of 97.5º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #61C028 is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 192 | 40 | - |
| CMYK | 0.49 | 0 | 0.79 | 0.25 |
| HSL | 97.5º | 0.66% | 0.45% | - |
| HSV(B) | 97.5º | 0.79% | 0.75% | - |
| XYZ | 24.16 | 40.39 | 8.53 | - |
| YUV | 146.27 | 68.03 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 192 | 40 | 0.49 | 0 | 0.79 | 0.25 | 97.5 | 0.66 | 0.45 |
| Hex | 61 | C0 | 28 | 31 | 0 | 4F | 19 | 62 | 42 | 2D |
| Octal | 141 | 300 | 50 | 61 | 0 | 117 | 31 | 142 | 102 | 55 |
| Binary | 1100001 | 11000000 | 101000 | 110001 | 0 | 1001111 | 11001 | 1100010 | 1000010 | 101101 |
Color Harmonies of #61C028
Complementary color
Monochromatic Colors of #61C028
Black with #61C028
Text Example
Text Example
White with #61C028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C028; }
p { color: rgb(97,192,40); }
H1.HeaderClassName
{
color: #61C028;
}
.AnyTagClassName
{
color: #61C028;
}
</style>
background-color css
<style>
a { background-color: #61C028; }
a { background-color: rgb(97,192,40); }
div.DivClassName
{
background-color: #61C028;
}
.BgClassName
{
background-color: #61C028;
}
</style>
border-color css
<style>
span { border-color: #61C028; }
span { border-color: rgb(97,192,40); }
td.TdClassName
{
border-color: #61C028;
}
.TagClassName
{
border-color: #61C028;
}
</style>