Shades of Kelly Green #61DF1D
Tints of Kelly Green #61DF1D
RGB
CMYK
RGB Variations
Color information
#61DF1D (or 0x61DF1D) is known color: Kelly Green. HEX triplet: 61, DF and 1D. RGB value is (97,223,29). Sum of RGB (Red+Green+Blue) = 97+223+29=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 223 (87.5% from 255 or 63.90% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 223 - color contains mainly: green. Hex color #61DF1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61DF1D is #9E20E2. Grayscale: #A3A3A3. Windows color (decimal): -10363107 or 1957729. OLE color: 1957729.
HSL color Cylindrical-coordinate representation of color #61DF1D: hue angle of 98.97º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61DF1D is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 223 | 29 | - |
| CMYK | 0.57 | 0 | 0.87 | 0.13 |
| HSL | 98.97º | 0.77% | 0.49% | - |
| HSV(B) | 98.97º | 0.87% | 0.87% | - |
| XYZ | 31.54 | 55.41 | 10.19 | - |
| YUV | 163.21 | 52.26 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 29 | 0.57 | 0 | 0.87 | 0.13 | 98.97 | 0.77 | 0.49 |
| Hex | 61 | DF | 1D | 39 | 0 | 57 | D | 63 | 4D | 31 |
| Octal | 141 | 337 | 35 | 71 | 0 | 127 | 15 | 143 | 115 | 61 |
| Binary | 1100001 | 11011111 | 11101 | 111001 | 0 | 1010111 | 1101 | 1100011 | 1001101 | 110001 |
Color Harmonies of #61DF1D
Complementary color
Monochromatic Colors of #61DF1D
Black with #61DF1D
Text Example
Text Example
White with #61DF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DF1D; }
p { color: rgb(97,223,29); }
H1.HeaderClassName
{
color: #61DF1D;
}
.AnyTagClassName
{
color: #61DF1D;
}
</style>
background-color css
<style>
a { background-color: #61DF1D; }
a { background-color: rgb(97,223,29); }
div.DivClassName
{
background-color: #61DF1D;
}
.BgClassName
{
background-color: #61DF1D;
}
</style>
border-color css
<style>
span { border-color: #61DF1D; }
span { border-color: rgb(97,223,29); }
td.TdClassName
{
border-color: #61DF1D;
}
.TagClassName
{
border-color: #61DF1D;
}
</style>