Shades of Kelly Green #61D02D
Tints of Kelly Green #61D02D
RGB
CMYK
RGB Variations
Color information
#61D02D (or 0x61D02D) is known color: Kelly Green. HEX triplet: 61, D0 and 2D. RGB value is (97,208,45). Sum of RGB (Red+Green+Blue) = 97+208+45=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 208 (81.64% from 255 or 59.43% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 208 - color contains mainly: green. Hex color #61D02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D02D is #9E2FD2. Grayscale: #9C9C9C. Windows color (decimal): -10366931 or 3002465. OLE color: 3002465.
HSL color Cylindrical-coordinate representation of color #61D02D: hue angle of 100.86º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61D02D is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 208 | 45 | - |
| CMYK | 0.53 | 0 | 0.78 | 0.18 |
| HSL | 100.86º | 0.64% | 0.5% | - |
| HSV(B) | 100.86º | 0.78% | 0.82% | - |
| XYZ | 27.96 | 47.84 | 10.24 | - |
| YUV | 156.23 | 65.23 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 208 | 45 | 0.53 | 0 | 0.78 | 0.18 | 100.86 | 0.64 | 0.5 |
| Hex | 61 | D0 | 2D | 35 | 0 | 4E | 12 | 65 | 40 | 32 |
| Octal | 141 | 320 | 55 | 65 | 0 | 116 | 22 | 145 | 100 | 62 |
| Binary | 1100001 | 11010000 | 101101 | 110101 | 0 | 1001110 | 10010 | 1100101 | 1000000 | 110010 |
Color Harmonies of #61D02D
Complementary color
Monochromatic Colors of #61D02D
Black with #61D02D
Text Example
Text Example
White with #61D02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D02D; }
p { color: rgb(97,208,45); }
H1.HeaderClassName
{
color: #61D02D;
}
.AnyTagClassName
{
color: #61D02D;
}
</style>
background-color css
<style>
a { background-color: #61D02D; }
a { background-color: rgb(97,208,45); }
div.DivClassName
{
background-color: #61D02D;
}
.BgClassName
{
background-color: #61D02D;
}
</style>
border-color css
<style>
span { border-color: #61D02D; }
span { border-color: rgb(97,208,45); }
td.TdClassName
{
border-color: #61D02D;
}
.TagClassName
{
border-color: #61D02D;
}
</style>