Shades of Kelly Green #61BC0A
Tints of Kelly Green #61BC0A
RGB
CMYK
RGB Variations
Color information
#61BC0A (or 0x61BC0A) is known color: Kelly Green. HEX triplet: 61, BC and 0A. RGB value is (97,188,10). Sum of RGB (Red+Green+Blue) = 97+188+10=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 188 (73.83% from 255 or 63.73% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 188 - color contains mainly: green. Hex color #61BC0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61BC0A is #9E43F5. Grayscale: #8D8D8D. Windows color (decimal): -10372086 or 703585. OLE color: 703585.
HSL color Cylindrical-coordinate representation of color #61BC0A: hue angle of 90.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #61BC0A is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 188 | 10 | - |
| CMYK | 0.48 | 0 | 0.95 | 0.26 |
| HSL | 90.67º | 0.9% | 0.39% | - |
| HSV(B) | 90.67º | 0.95% | 0.74% | - |
| XYZ | 22.97 | 38.53 | 6.51 | - |
| YUV | 140.5 | 54.35 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 188 | 10 | 0.48 | 0 | 0.95 | 0.26 | 90.67 | 0.9 | 0.39 |
| Hex | 61 | BC | A | 30 | 0 | 5F | 1A | 5B | 5A | 27 |
| Octal | 141 | 274 | 12 | 60 | 0 | 137 | 32 | 133 | 132 | 47 |
| Binary | 1100001 | 10111100 | 1010 | 110000 | 0 | 1011111 | 11010 | 1011011 | 1011010 | 100111 |
Color Harmonies of #61BC0A
Complementary color
Monochromatic Colors of #61BC0A
Black with #61BC0A
Text Example
Text Example
White with #61BC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BC0A; }
p { color: rgb(97,188,10); }
H1.HeaderClassName
{
color: #61BC0A;
}
.AnyTagClassName
{
color: #61BC0A;
}
</style>
background-color css
<style>
a { background-color: #61BC0A; }
a { background-color: rgb(97,188,10); }
div.DivClassName
{
background-color: #61BC0A;
}
.BgClassName
{
background-color: #61BC0A;
}
</style>
border-color css
<style>
span { border-color: #61BC0A; }
span { border-color: rgb(97,188,10); }
td.TdClassName
{
border-color: #61BC0A;
}
.TagClassName
{
border-color: #61BC0A;
}
</style>