Shades of Kelly Green #61CF0F
Tints of Kelly Green #61CF0F
RGB
CMYK
RGB Variations
Color information
#61CF0F (or 0x61CF0F) is known color: Kelly Green. HEX triplet: 61, CF and 0F. RGB value is (97,207,15). Sum of RGB (Red+Green+Blue) = 97+207+15=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 207 (81.25% from 255 or 64.89% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 207 - color contains mainly: green. Hex color #61CF0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61CF0F is #9E30F0. Grayscale: #989898. Windows color (decimal): -10367217 or 1036129. OLE color: 1036129.
HSL color Cylindrical-coordinate representation of color #61CF0F: hue angle of 94.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61CF0F is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 207 | 15 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.19 |
| HSL | 94.38º | 0.86% | 0.44% | - |
| HSV(B) | 94.38º | 0.93% | 0.81% | - |
| XYZ | 27.33 | 47.2 | 8.12 | - |
| YUV | 152.22 | 50.56 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 207 | 15 | 0.53 | 0 | 0.93 | 0.19 | 94.38 | 0.86 | 0.44 |
| Hex | 61 | CF | F | 35 | 0 | 5D | 13 | 5E | 56 | 2C |
| Octal | 141 | 317 | 17 | 65 | 0 | 135 | 23 | 136 | 126 | 54 |
| Binary | 1100001 | 11001111 | 1111 | 110101 | 0 | 1011101 | 10011 | 1011110 | 1010110 | 101100 |
Color Harmonies of #61CF0F
Complementary color
Monochromatic Colors of #61CF0F
Black with #61CF0F
Text Example
Text Example
White with #61CF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CF0F; }
p { color: rgb(97,207,15); }
H1.HeaderClassName
{
color: #61CF0F;
}
.AnyTagClassName
{
color: #61CF0F;
}
</style>
background-color css
<style>
a { background-color: #61CF0F; }
a { background-color: rgb(97,207,15); }
div.DivClassName
{
background-color: #61CF0F;
}
.BgClassName
{
background-color: #61CF0F;
}
</style>
border-color css
<style>
span { border-color: #61CF0F; }
span { border-color: rgb(97,207,15); }
td.TdClassName
{
border-color: #61CF0F;
}
.TagClassName
{
border-color: #61CF0F;
}
</style>