Shades of Kelly Green #61CA0F
Tints of Kelly Green #61CA0F
RGB
CMYK
RGB Variations
Color information
#61CA0F (or 0x61CA0F) is known color: Kelly Green. HEX triplet: 61, CA and 0F. RGB value is (97,202,15). Sum of RGB (Red+Green+Blue) = 97+202+15=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 202 (79.30% from 255 or 64.33% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61CA0F is #9E35F0. Grayscale: #959595. Windows color (decimal): -10368497 or 1034849. OLE color: 1034849.
HSL color Cylindrical-coordinate representation of color #61CA0F: hue angle of 93.69º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61CA0F is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 202 | 15 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.21 |
| HSL | 93.69º | 0.86% | 0.43% | - |
| HSV(B) | 93.69º | 0.93% | 0.79% | - |
| XYZ | 26.14 | 44.82 | 7.72 | - |
| YUV | 149.29 | 52.21 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 15 | 0.52 | 0 | 0.93 | 0.21 | 93.69 | 0.86 | 0.43 |
| Hex | 61 | CA | F | 34 | 0 | 5D | 15 | 5E | 56 | 2B |
| Octal | 141 | 312 | 17 | 64 | 0 | 135 | 25 | 136 | 126 | 53 |
| Binary | 1100001 | 11001010 | 1111 | 110100 | 0 | 1011101 | 10101 | 1011110 | 1010110 | 101011 |
Color Harmonies of #61CA0F
Complementary color
Monochromatic Colors of #61CA0F
Black with #61CA0F
Text Example
Text Example
White with #61CA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CA0F; }
p { color: rgb(97,202,15); }
H1.HeaderClassName
{
color: #61CA0F;
}
.AnyTagClassName
{
color: #61CA0F;
}
</style>
background-color css
<style>
a { background-color: #61CA0F; }
a { background-color: rgb(97,202,15); }
div.DivClassName
{
background-color: #61CA0F;
}
.BgClassName
{
background-color: #61CA0F;
}
</style>
border-color css
<style>
span { border-color: #61CA0F; }
span { border-color: rgb(97,202,15); }
td.TdClassName
{
border-color: #61CA0F;
}
.TagClassName
{
border-color: #61CA0F;
}
</style>