Shades of Kelly Green #61D808
Tints of Kelly Green #61D808
RGB
CMYK
RGB Variations
Color information
#61D808 (or 0x61D808) is known color: Kelly Green. HEX triplet: 61, D8 and 08. RGB value is (97,216,8). Sum of RGB (Red+Green+Blue) = 97+216+8=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 216 (84.77% from 255 or 67.29% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 216 - color contains mainly: green. Hex color #61D808 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61D808 is #9E27F7. Grayscale: #9D9D9D. Windows color (decimal): -10364920 or 579681. OLE color: 579681.
HSL color Cylindrical-coordinate representation of color #61D808: hue angle of 94.33º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61D808 is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 216 | 8 | - |
| CMYK | 0.55 | 0 | 0.96 | 0.15 |
| HSL | 94.33º | 0.93% | 0.44% | - |
| HSV(B) | 94.33º | 0.96% | 0.85% | - |
| XYZ | 29.53 | 51.67 | 8.65 | - |
| YUV | 156.71 | 44.08 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 216 | 8 | 0.55 | 0 | 0.96 | 0.15 | 94.33 | 0.93 | 0.44 |
| Hex | 61 | D8 | 8 | 37 | 0 | 60 | F | 5E | 5D | 2C |
| Octal | 141 | 330 | 10 | 67 | 0 | 140 | 17 | 136 | 135 | 54 |
| Binary | 1100001 | 11011000 | 1000 | 110111 | 0 | 1100000 | 1111 | 1011110 | 1011101 | 101100 |
Color Harmonies of #61D808
Complementary color
Monochromatic Colors of #61D808
Black with #61D808
Text Example
Text Example
White with #61D808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D808; }
p { color: rgb(97,216,8); }
H1.HeaderClassName
{
color: #61D808;
}
.AnyTagClassName
{
color: #61D808;
}
</style>
background-color css
<style>
a { background-color: #61D808; }
a { background-color: rgb(97,216,8); }
div.DivClassName
{
background-color: #61D808;
}
.BgClassName
{
background-color: #61D808;
}
</style>
border-color css
<style>
span { border-color: #61D808; }
span { border-color: rgb(97,216,8); }
td.TdClassName
{
border-color: #61D808;
}
.TagClassName
{
border-color: #61D808;
}
</style>