Shades of Kelly Green #61C612
Tints of Kelly Green #61C612
RGB
CMYK
RGB Variations
Color information
#61C612 (or 0x61C612) is known color: Kelly Green. HEX triplet: 61, C6 and 12. RGB value is (97,198,18). Sum of RGB (Red+Green+Blue) = 97+198+18=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 198 (77.73% from 255 or 63.26% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 198 - color contains mainly: green. Hex color #61C612 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61C612 is #9E39ED. Grayscale: #939393. Windows color (decimal): -10369518 or 1230433. OLE color: 1230433.
HSL color Cylindrical-coordinate representation of color #61C612: hue angle of 93.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61C612 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 198 | 18 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.22 |
| HSL | 93.67º | 0.83% | 0.42% | - |
| HSV(B) | 93.67º | 0.91% | 0.78% | - |
| XYZ | 25.23 | 42.97 | 7.54 | - |
| YUV | 147.28 | 55.04 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 198 | 18 | 0.51 | 0 | 0.91 | 0.22 | 93.67 | 0.83 | 0.42 |
| Hex | 61 | C6 | 12 | 33 | 0 | 5B | 16 | 5E | 53 | 2A |
| Octal | 141 | 306 | 22 | 63 | 0 | 133 | 26 | 136 | 123 | 52 |
| Binary | 1100001 | 11000110 | 10010 | 110011 | 0 | 1011011 | 10110 | 1011110 | 1010011 | 101010 |
Color Harmonies of #61C612
Complementary color
Monochromatic Colors of #61C612
Black with #61C612
Text Example
Text Example
White with #61C612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C612; }
p { color: rgb(97,198,18); }
H1.HeaderClassName
{
color: #61C612;
}
.AnyTagClassName
{
color: #61C612;
}
</style>
background-color css
<style>
a { background-color: #61C612; }
a { background-color: rgb(97,198,18); }
div.DivClassName
{
background-color: #61C612;
}
.BgClassName
{
background-color: #61C612;
}
</style>
border-color css
<style>
span { border-color: #61C612; }
span { border-color: rgb(97,198,18); }
td.TdClassName
{
border-color: #61C612;
}
.TagClassName
{
border-color: #61C612;
}
</style>