Shades of Kelly Green #61DF31
Tints of Kelly Green #61DF31
RGB
CMYK
RGB Variations
Color information
#61DF31 (or 0x61DF31) is known color: Kelly Green. HEX triplet: 61, DF and 31. RGB value is (97,223,49). Sum of RGB (Red+Green+Blue) = 97+223+49=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 223 (87.5% from 255 or 60.43% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 223 - color contains mainly: green. Hex color #61DF31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61DF31 is #9E20CE. Grayscale: #A6A6A6. Windows color (decimal): -10363087 or 3268449. OLE color: 3268449.
HSL color Cylindrical-coordinate representation of color #61DF31: hue angle of 103.45º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61DF31 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 223 | 49 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.13 |
| HSL | 103.45º | 0.73% | 0.53% | - |
| HSV(B) | 103.45º | 0.78% | 0.87% | - |
| XYZ | 31.87 | 55.54 | 11.95 | - |
| YUV | 165.49 | 62.26 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 49 | 0.57 | 0 | 0.78 | 0.13 | 103.45 | 0.73 | 0.53 |
| Hex | 61 | DF | 31 | 39 | 0 | 4E | D | 67 | 49 | 35 |
| Octal | 141 | 337 | 61 | 71 | 0 | 116 | 15 | 147 | 111 | 65 |
| Binary | 1100001 | 11011111 | 110001 | 111001 | 0 | 1001110 | 1101 | 1100111 | 1001001 | 110101 |
Color Harmonies of #61DF31
Complementary color
Monochromatic Colors of #61DF31
Black with #61DF31
Text Example
Text Example
White with #61DF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DF31; }
p { color: rgb(97,223,49); }
H1.HeaderClassName
{
color: #61DF31;
}
.AnyTagClassName
{
color: #61DF31;
}
</style>
background-color css
<style>
a { background-color: #61DF31; }
a { background-color: rgb(97,223,49); }
div.DivClassName
{
background-color: #61DF31;
}
.BgClassName
{
background-color: #61DF31;
}
</style>
border-color css
<style>
span { border-color: #61DF31; }
span { border-color: rgb(97,223,49); }
td.TdClassName
{
border-color: #61DF31;
}
.TagClassName
{
border-color: #61DF31;
}
</style>