Shades of Kelly Green #61D80F
Tints of Kelly Green #61D80F
RGB
CMYK
RGB Variations
Color information
#61D80F (or 0x61D80F) is known color: Kelly Green. HEX triplet: 61, D8 and 0F. RGB value is (97,216,15). Sum of RGB (Red+Green+Blue) = 97+216+15=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 216 (84.77% from 255 or 65.85% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 216 - color contains mainly: green. Hex color #61D80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61D80F is #9E27F0. Grayscale: #9E9E9E. Windows color (decimal): -10364913 or 1038433. OLE color: 1038433.
HSL color Cylindrical-coordinate representation of color #61D80F: hue angle of 95.52º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61D80F is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 216 | 15 | - |
| CMYK | 0.55 | 0 | 0.93 | 0.15 |
| HSL | 95.52º | 0.87% | 0.45% | - |
| HSV(B) | 95.52º | 0.93% | 0.85% | - |
| XYZ | 29.57 | 51.69 | 8.87 | - |
| YUV | 157.51 | 47.58 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 216 | 15 | 0.55 | 0 | 0.93 | 0.15 | 95.52 | 0.87 | 0.45 |
| Hex | 61 | D8 | F | 37 | 0 | 5D | F | 60 | 57 | 2D |
| Octal | 141 | 330 | 17 | 67 | 0 | 135 | 17 | 140 | 127 | 55 |
| Binary | 1100001 | 11011000 | 1111 | 110111 | 0 | 1011101 | 1111 | 1100000 | 1010111 | 101101 |
Color Harmonies of #61D80F
Complementary color
Monochromatic Colors of #61D80F
Black with #61D80F
Text Example
Text Example
White with #61D80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D80F; }
p { color: rgb(97,216,15); }
H1.HeaderClassName
{
color: #61D80F;
}
.AnyTagClassName
{
color: #61D80F;
}
</style>
background-color css
<style>
a { background-color: #61D80F; }
a { background-color: rgb(97,216,15); }
div.DivClassName
{
background-color: #61D80F;
}
.BgClassName
{
background-color: #61D80F;
}
</style>
border-color css
<style>
span { border-color: #61D80F; }
span { border-color: rgb(97,216,15); }
td.TdClassName
{
border-color: #61D80F;
}
.TagClassName
{
border-color: #61D80F;
}
</style>