Shades of Kelly Green #3BA114
Tints of Kelly Green #3BA114
RGB
CMYK
RGB Variations
Color information
#3BA114 (or 0x3BA114) is known color: Kelly Green. HEX triplet: 3B, A1 and 14. RGB value is (59,161,20). Sum of RGB (Red+Green+Blue) = 59+161+20=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 161 (63.28% from 255 or 67.08% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 161 - color contains mainly: green. Hex color #3BA114 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BA114 is #C45EEB. Grayscale: #727272. Windows color (decimal): -12869356 or 1351995. OLE color: 1351995.
HSL color Cylindrical-coordinate representation of color #3BA114: hue angle of 103.4º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3BA114 is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 161 | 20 | - |
| CMYK | 0.63 | 0 | 0.88 | 0.37 |
| HSL | 103.4º | 0.78% | 0.35% | - |
| HSV(B) | 103.4º | 0.88% | 0.63% | - |
| XYZ | 14.67 | 26.47 | 5 | - |
| YUV | 114.43 | 74.71 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 161 | 20 | 0.63 | 0 | 0.88 | 0.37 | 103.4 | 0.78 | 0.35 |
| Hex | 3B | A1 | 14 | 3F | 0 | 58 | 25 | 67 | 4E | 23 |
| Octal | 73 | 241 | 24 | 77 | 0 | 130 | 45 | 147 | 116 | 43 |
| Binary | 111011 | 10100001 | 10100 | 111111 | 0 | 1011000 | 100101 | 1100111 | 1001110 | 100011 |
Color Harmonies of #3BA114
Complementary color
Monochromatic Colors of #3BA114
Black with #3BA114
Text Example
Text Example
White with #3BA114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA114; }
p { color: rgb(59,161,20); }
H1.HeaderClassName
{
color: #3BA114;
}
.AnyTagClassName
{
color: #3BA114;
}
</style>
background-color css
<style>
a { background-color: #3BA114; }
a { background-color: rgb(59,161,20); }
div.DivClassName
{
background-color: #3BA114;
}
.BgClassName
{
background-color: #3BA114;
}
</style>
border-color css
<style>
span { border-color: #3BA114; }
span { border-color: rgb(59,161,20); }
td.TdClassName
{
border-color: #3BA114;
}
.TagClassName
{
border-color: #3BA114;
}
</style>