Shades of Kelly Green #61D608
Tints of Kelly Green #61D608
RGB
CMYK
RGB Variations
Color information
#61D608 (or 0x61D608) is known color: Kelly Green. HEX triplet: 61, D6 and 08. RGB value is (97,214,8). Sum of RGB (Red+Green+Blue) = 97+214+8=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 214 (83.98% from 255 or 67.08% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 214 - color contains mainly: green. Hex color #61D608 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61D608 is #9E29F7. Grayscale: #9C9C9C. Windows color (decimal): -10365432 or 579169. OLE color: 579169.
HSL color Cylindrical-coordinate representation of color #61D608: hue angle of 94.08º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61D608 is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 214 | 8 | - |
| CMYK | 0.55 | 0 | 0.96 | 0.16 |
| HSL | 94.08º | 0.93% | 0.44% | - |
| HSV(B) | 94.08º | 0.96% | 0.84% | - |
| XYZ | 29.02 | 50.65 | 8.48 | - |
| YUV | 155.53 | 44.74 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 214 | 8 | 0.55 | 0 | 0.96 | 0.16 | 94.08 | 0.93 | 0.44 |
| Hex | 61 | D6 | 8 | 37 | 0 | 60 | 10 | 5E | 5D | 2C |
| Octal | 141 | 326 | 10 | 67 | 0 | 140 | 20 | 136 | 135 | 54 |
| Binary | 1100001 | 11010110 | 1000 | 110111 | 0 | 1100000 | 10000 | 1011110 | 1011101 | 101100 |
Color Harmonies of #61D608
Complementary color
Monochromatic Colors of #61D608
Black with #61D608
Text Example
Text Example
White with #61D608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D608; }
p { color: rgb(97,214,8); }
H1.HeaderClassName
{
color: #61D608;
}
.AnyTagClassName
{
color: #61D608;
}
</style>
background-color css
<style>
a { background-color: #61D608; }
a { background-color: rgb(97,214,8); }
div.DivClassName
{
background-color: #61D608;
}
.BgClassName
{
background-color: #61D608;
}
</style>
border-color css
<style>
span { border-color: #61D608; }
span { border-color: rgb(97,214,8); }
td.TdClassName
{
border-color: #61D608;
}
.TagClassName
{
border-color: #61D608;
}
</style>