Shades of Kelly Green #61CA09
Tints of Kelly Green #61CA09
RGB
CMYK
RGB Variations
Color information
#61CA09 (or 0x61CA09) is known color: Kelly Green. HEX triplet: 61, CA and 09. RGB value is (97,202,9). Sum of RGB (Red+Green+Blue) = 97+202+9=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 202 (79.30% from 255 or 65.58% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61CA09 is #9E35F6. Grayscale: #959595. Windows color (decimal): -10368503 or 641633. OLE color: 641633.
HSL color Cylindrical-coordinate representation of color #61CA09: hue angle of 92.64º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61CA09 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 202 | 9 | - |
| CMYK | 0.52 | 0 | 0.96 | 0.21 |
| HSL | 92.64º | 0.91% | 0.41% | - |
| HSV(B) | 92.64º | 0.96% | 0.79% | - |
| XYZ | 26.1 | 44.8 | 7.53 | - |
| YUV | 148.6 | 49.21 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 9 | 0.52 | 0 | 0.96 | 0.21 | 92.64 | 0.91 | 0.41 |
| Hex | 61 | CA | 9 | 34 | 0 | 60 | 15 | 5D | 5B | 29 |
| Octal | 141 | 312 | 11 | 64 | 0 | 140 | 25 | 135 | 133 | 51 |
| Binary | 1100001 | 11001010 | 1001 | 110100 | 0 | 1100000 | 10101 | 1011101 | 1011011 | 101001 |
Color Harmonies of #61CA09
Complementary color
Monochromatic Colors of #61CA09
Black with #61CA09
Text Example
Text Example
White with #61CA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CA09; }
p { color: rgb(97,202,9); }
H1.HeaderClassName
{
color: #61CA09;
}
.AnyTagClassName
{
color: #61CA09;
}
</style>
background-color css
<style>
a { background-color: #61CA09; }
a { background-color: rgb(97,202,9); }
div.DivClassName
{
background-color: #61CA09;
}
.BgClassName
{
background-color: #61CA09;
}
</style>
border-color css
<style>
span { border-color: #61CA09; }
span { border-color: rgb(97,202,9); }
td.TdClassName
{
border-color: #61CA09;
}
.TagClassName
{
border-color: #61CA09;
}
</style>