Shades of Kelly Green #61D405
Tints of Kelly Green #61D405
RGB
CMYK
RGB Variations
Color information
#61D405 (or 0x61D405) is known color: Kelly Green. HEX triplet: 61, D4 and 05. RGB value is (97,212,5). Sum of RGB (Red+Green+Blue) = 97+212+5=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 212 (83.20% from 255 or 67.52% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 212 - color contains mainly: green. Hex color #61D405 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61D405 is #9E2BFA. Grayscale: #9A9A9A. Windows color (decimal): -10365947 or 382049. OLE color: 382049.
HSL color Cylindrical-coordinate representation of color #61D405: hue angle of 93.33º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #61D405 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 212 | 5 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.17 |
| HSL | 93.33º | 0.95% | 0.43% | - |
| HSV(B) | 93.33º | 0.98% | 0.83% | - |
| XYZ | 28.5 | 49.64 | 8.22 | - |
| YUV | 154.02 | 43.9 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 212 | 5 | 0.54 | 0 | 0.98 | 0.17 | 93.33 | 0.95 | 0.43 |
| Hex | 61 | D4 | 5 | 36 | 0 | 62 | 11 | 5D | 5F | 2B |
| Octal | 141 | 324 | 5 | 66 | 0 | 142 | 21 | 135 | 137 | 53 |
| Binary | 1100001 | 11010100 | 101 | 110110 | 0 | 1100010 | 10001 | 1011101 | 1011111 | 101011 |
Color Harmonies of #61D405
Complementary color
Monochromatic Colors of #61D405
Black with #61D405
Text Example
Text Example
White with #61D405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D405; }
p { color: rgb(97,212,5); }
H1.HeaderClassName
{
color: #61D405;
}
.AnyTagClassName
{
color: #61D405;
}
</style>
background-color css
<style>
a { background-color: #61D405; }
a { background-color: rgb(97,212,5); }
div.DivClassName
{
background-color: #61D405;
}
.BgClassName
{
background-color: #61D405;
}
</style>
border-color css
<style>
span { border-color: #61D405; }
span { border-color: rgb(97,212,5); }
td.TdClassName
{
border-color: #61D405;
}
.TagClassName
{
border-color: #61D405;
}
</style>