Shades of Kelly Green #61BA26
Tints of Kelly Green #61BA26
RGB
CMYK
RGB Variations
Color information
#61BA26 (or 0x61BA26) is known color: Kelly Green. HEX triplet: 61, BA and 26. RGB value is (97,186,38). Sum of RGB (Red+Green+Blue) = 97+186+38=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BA26 is #9E45D9. Grayscale: #8F8F8F. Windows color (decimal): -10372570 or 2538081. OLE color: 2538081.
HSL color Cylindrical-coordinate representation of color #61BA26: hue angle of 96.08º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61BA26 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 186 | 38 | - |
| CMYK | 0.48 | 0 | 0.80 | 0.27 |
| HSL | 96.08º | 0.66% | 0.44% | - |
| HSV(B) | 96.08º | 0.8% | 0.73% | - |
| XYZ | 22.84 | 37.8 | 7.93 | - |
| YUV | 142.52 | 69.01 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 186 | 38 | 0.48 | 0 | 0.80 | 0.27 | 96.08 | 0.66 | 0.44 |
| Hex | 61 | BA | 26 | 30 | 0 | 50 | 1B | 60 | 42 | 2C |
| Octal | 141 | 272 | 46 | 60 | 0 | 120 | 33 | 140 | 102 | 54 |
| Binary | 1100001 | 10111010 | 100110 | 110000 | 0 | 1010000 | 11011 | 1100000 | 1000010 | 101100 |
Color Harmonies of #61BA26
Complementary color
Monochromatic Colors of #61BA26
Black with #61BA26
Text Example
Text Example
White with #61BA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BA26; }
p { color: rgb(97,186,38); }
H1.HeaderClassName
{
color: #61BA26;
}
.AnyTagClassName
{
color: #61BA26;
}
</style>
background-color css
<style>
a { background-color: #61BA26; }
a { background-color: rgb(97,186,38); }
div.DivClassName
{
background-color: #61BA26;
}
.BgClassName
{
background-color: #61BA26;
}
</style>
border-color css
<style>
span { border-color: #61BA26; }
span { border-color: rgb(97,186,38); }
td.TdClassName
{
border-color: #61BA26;
}
.TagClassName
{
border-color: #61BA26;
}
</style>