Shades of Kelly Green #3BA105
Tints of Kelly Green #3BA105
RGB
CMYK
RGB Variations
Color information
#3BA105 (or 0x3BA105) is known color: Kelly Green. HEX triplet: 3B, A1 and 05. RGB value is (59,161,5). Sum of RGB (Red+Green+Blue) = 59+161+5=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 161 (63.28% from 255 or 71.56% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 161 - color contains mainly: green. Hex color #3BA105 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BA105 is #C45EFA. Grayscale: #717171. Windows color (decimal): -12869371 or 368955. OLE color: 368955.
HSL color Cylindrical-coordinate representation of color #3BA105: hue angle of 99.23º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3BA105 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 161 | 5 | - |
| CMYK | 0.63 | 0 | 0.97 | 0.37 |
| HSL | 99.23º | 0.94% | 0.33% | - |
| HSV(B) | 99.23º | 0.97% | 0.63% | - |
| XYZ | 14.58 | 26.43 | 4.48 | - |
| YUV | 112.72 | 67.21 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 161 | 5 | 0.63 | 0 | 0.97 | 0.37 | 99.23 | 0.94 | 0.33 |
| Hex | 3B | A1 | 5 | 3F | 0 | 61 | 25 | 63 | 5E | 21 |
| Octal | 73 | 241 | 5 | 77 | 0 | 141 | 45 | 143 | 136 | 41 |
| Binary | 111011 | 10100001 | 101 | 111111 | 0 | 1100001 | 100101 | 1100011 | 1011110 | 100001 |
Color Harmonies of #3BA105
Complementary color
Monochromatic Colors of #3BA105
Black with #3BA105
Text Example
Text Example
White with #3BA105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA105; }
p { color: rgb(59,161,5); }
H1.HeaderClassName
{
color: #3BA105;
}
.AnyTagClassName
{
color: #3BA105;
}
</style>
background-color css
<style>
a { background-color: #3BA105; }
a { background-color: rgb(59,161,5); }
div.DivClassName
{
background-color: #3BA105;
}
.BgClassName
{
background-color: #3BA105;
}
</style>
border-color css
<style>
span { border-color: #3BA105; }
span { border-color: rgb(59,161,5); }
td.TdClassName
{
border-color: #3BA105;
}
.TagClassName
{
border-color: #3BA105;
}
</style>