Shades of Kelly Green #3BA614
Tints of Kelly Green #3BA614
RGB
CMYK
RGB Variations
Color information
#3BA614 (or 0x3BA614) is known color: Kelly Green. HEX triplet: 3B, A6 and 14. RGB value is (59,166,20). Sum of RGB (Red+Green+Blue) = 59+166+20=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 166 (65.23% from 255 or 67.76% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA614 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BA614 is #C459EB. Grayscale: #757575. Windows color (decimal): -12868076 or 1353275. OLE color: 1353275.
HSL color Cylindrical-coordinate representation of color #3BA614: hue angle of 103.97º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3BA614 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 166 | 20 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.35 |
| HSL | 103.97º | 0.78% | 0.36% | - |
| HSV(B) | 103.97º | 0.88% | 0.65% | - |
| XYZ | 15.57 | 28.25 | 5.29 | - |
| YUV | 117.36 | 73.05 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 166 | 20 | 0.64 | 0 | 0.88 | 0.35 | 103.97 | 0.78 | 0.36 |
| Hex | 3B | A6 | 14 | 40 | 0 | 58 | 23 | 68 | 4E | 24 |
| Octal | 73 | 246 | 24 | 100 | 0 | 130 | 43 | 150 | 116 | 44 |
| Binary | 111011 | 10100110 | 10100 | 1000000 | 0 | 1011000 | 100011 | 1101000 | 1001110 | 100100 |
Color Harmonies of #3BA614
Complementary color
Monochromatic Colors of #3BA614
Black with #3BA614
Text Example
Text Example
White with #3BA614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA614; }
p { color: rgb(59,166,20); }
H1.HeaderClassName
{
color: #3BA614;
}
.AnyTagClassName
{
color: #3BA614;
}
</style>
background-color css
<style>
a { background-color: #3BA614; }
a { background-color: rgb(59,166,20); }
div.DivClassName
{
background-color: #3BA614;
}
.BgClassName
{
background-color: #3BA614;
}
</style>
border-color css
<style>
span { border-color: #3BA614; }
span { border-color: rgb(59,166,20); }
td.TdClassName
{
border-color: #3BA614;
}
.TagClassName
{
border-color: #3BA614;
}
</style>