Shades of Kelly Green #61E12C
Tints of Kelly Green #61E12C
RGB
CMYK
RGB Variations
Color information
#61E12C (or 0x61E12C) is known color: Kelly Green. HEX triplet: 61, E1 and 2C. RGB value is (97,225,44). Sum of RGB (Red+Green+Blue) = 97+225+44=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 225 (88.28% from 255 or 61.48% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 225 - color contains mainly: green. Hex color #61E12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61E12C is #9E1ED3. Grayscale: #A6A6A6. Windows color (decimal): -10362580 or 2941281. OLE color: 2941281.
HSL color Cylindrical-coordinate representation of color #61E12C: hue angle of 102.43º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61E12C is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 225 | 44 | - |
| CMYK | 0.57 | 0 | 0.80 | 0.12 |
| HSL | 102.43º | 0.75% | 0.53% | - |
| HSV(B) | 102.43º | 0.8% | 0.88% | - |
| XYZ | 32.31 | 56.57 | 11.6 | - |
| YUV | 166.09 | 59.09 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 225 | 44 | 0.57 | 0 | 0.80 | 0.12 | 102.43 | 0.75 | 0.53 |
| Hex | 61 | E1 | 2C | 39 | 0 | 50 | C | 66 | 4B | 35 |
| Octal | 141 | 341 | 54 | 71 | 0 | 120 | 14 | 146 | 113 | 65 |
| Binary | 1100001 | 11100001 | 101100 | 111001 | 0 | 1010000 | 1100 | 1100110 | 1001011 | 110101 |
Color Harmonies of #61E12C
Complementary color
Monochromatic Colors of #61E12C
Black with #61E12C
Text Example
Text Example
White with #61E12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E12C; }
p { color: rgb(97,225,44); }
H1.HeaderClassName
{
color: #61E12C;
}
.AnyTagClassName
{
color: #61E12C;
}
</style>
background-color css
<style>
a { background-color: #61E12C; }
a { background-color: rgb(97,225,44); }
div.DivClassName
{
background-color: #61E12C;
}
.BgClassName
{
background-color: #61E12C;
}
</style>
border-color css
<style>
span { border-color: #61E12C; }
span { border-color: rgb(97,225,44); }
td.TdClassName
{
border-color: #61E12C;
}
.TagClassName
{
border-color: #61E12C;
}
</style>