Shades of Kelly Green #61DD2A
Tints of Kelly Green #61DD2A
RGB
CMYK
RGB Variations
Color information
#61DD2A (or 0x61DD2A) is known color: Kelly Green. HEX triplet: 61, DD and 2A. RGB value is (97,221,42). Sum of RGB (Red+Green+Blue) = 97+221+42=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 221 (86.72% from 255 or 61.39% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61DD2A is #9E22D5. Grayscale: #A4A4A4. Windows color (decimal): -10363606 or 2809185. OLE color: 2809185.
HSL color Cylindrical-coordinate representation of color #61DD2A: hue angle of 101.56º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61DD2A is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 221 | 42 | - |
| CMYK | 0.56 | 0 | 0.81 | 0.13 |
| HSL | 101.56º | 0.72% | 0.52% | - |
| HSV(B) | 101.56º | 0.81% | 0.87% | - |
| XYZ | 31.2 | 54.42 | 11.05 | - |
| YUV | 163.52 | 59.42 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 221 | 42 | 0.56 | 0 | 0.81 | 0.13 | 101.56 | 0.72 | 0.52 |
| Hex | 61 | DD | 2A | 38 | 0 | 51 | D | 66 | 48 | 34 |
| Octal | 141 | 335 | 52 | 70 | 0 | 121 | 15 | 146 | 110 | 64 |
| Binary | 1100001 | 11011101 | 101010 | 111000 | 0 | 1010001 | 1101 | 1100110 | 1001000 | 110100 |
Color Harmonies of #61DD2A
Complementary color
Monochromatic Colors of #61DD2A
Black with #61DD2A
Text Example
Text Example
White with #61DD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DD2A; }
p { color: rgb(97,221,42); }
H1.HeaderClassName
{
color: #61DD2A;
}
.AnyTagClassName
{
color: #61DD2A;
}
</style>
background-color css
<style>
a { background-color: #61DD2A; }
a { background-color: rgb(97,221,42); }
div.DivClassName
{
background-color: #61DD2A;
}
.BgClassName
{
background-color: #61DD2A;
}
</style>
border-color css
<style>
span { border-color: #61DD2A; }
span { border-color: rgb(97,221,42); }
td.TdClassName
{
border-color: #61DD2A;
}
.TagClassName
{
border-color: #61DD2A;
}
</style>