Shades of Kelly Green #61DE1C
Tints of Kelly Green #61DE1C
RGB
CMYK
RGB Variations
Color information
#61DE1C (or 0x61DE1C) is known color: Kelly Green. HEX triplet: 61, DE and 1C. RGB value is (97,222,28). Sum of RGB (Red+Green+Blue) = 97+222+28=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 222 (87.11% from 255 or 63.98% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 222 - color contains mainly: green. Hex color #61DE1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61DE1C is #9E21E3. Grayscale: #A3A3A3. Windows color (decimal): -10363364 or 1891937. OLE color: 1891937.
HSL color Cylindrical-coordinate representation of color #61DE1C: hue angle of 98.66º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61DE1C is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 222 | 28 | - |
| CMYK | 0.56 | 0 | 0.87 | 0.13 |
| HSL | 98.66º | 0.78% | 0.49% | - |
| HSV(B) | 98.66º | 0.87% | 0.87% | - |
| XYZ | 31.26 | 54.87 | 10.04 | - |
| YUV | 162.51 | 52.09 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 222 | 28 | 0.56 | 0 | 0.87 | 0.13 | 98.66 | 0.78 | 0.49 |
| Hex | 61 | DE | 1C | 38 | 0 | 57 | D | 63 | 4E | 31 |
| Octal | 141 | 336 | 34 | 70 | 0 | 127 | 15 | 143 | 116 | 61 |
| Binary | 1100001 | 11011110 | 11100 | 111000 | 0 | 1010111 | 1101 | 1100011 | 1001110 | 110001 |
Color Harmonies of #61DE1C
Complementary color
Monochromatic Colors of #61DE1C
Black with #61DE1C
Text Example
Text Example
White with #61DE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DE1C; }
p { color: rgb(97,222,28); }
H1.HeaderClassName
{
color: #61DE1C;
}
.AnyTagClassName
{
color: #61DE1C;
}
</style>
background-color css
<style>
a { background-color: #61DE1C; }
a { background-color: rgb(97,222,28); }
div.DivClassName
{
background-color: #61DE1C;
}
.BgClassName
{
background-color: #61DE1C;
}
</style>
border-color css
<style>
span { border-color: #61DE1C; }
span { border-color: rgb(97,222,28); }
td.TdClassName
{
border-color: #61DE1C;
}
.TagClassName
{
border-color: #61DE1C;
}
</style>