Shades of Kelly Green #3BA70D
Tints of Kelly Green #3BA70D
RGB
CMYK
RGB Variations
Color information
#3BA70D (or 0x3BA70D) is known color: Kelly Green. HEX triplet: 3B, A7 and 0D. RGB value is (59,167,13). Sum of RGB (Red+Green+Blue) = 59+167+13=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 167 (65.62% from 255 or 69.87% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 167 - color contains mainly: green. Hex color #3BA70D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BA70D is #C458F2. Grayscale: #757575. Windows color (decimal): -12867827 or 894779. OLE color: 894779.
HSL color Cylindrical-coordinate representation of color #3BA70D: hue angle of 102.08º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3BA70D is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 167 | 13 | - |
| CMYK | 0.65 | 0 | 0.92 | 0.35 |
| HSL | 102.08º | 0.86% | 0.35% | - |
| HSV(B) | 102.08º | 0.92% | 0.65% | - |
| XYZ | 15.69 | 28.6 | 5.07 | - |
| YUV | 117.15 | 69.22 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 167 | 13 | 0.65 | 0 | 0.92 | 0.35 | 102.08 | 0.86 | 0.35 |
| Hex | 3B | A7 | D | 41 | 0 | 5C | 23 | 66 | 56 | 23 |
| Octal | 73 | 247 | 15 | 101 | 0 | 134 | 43 | 146 | 126 | 43 |
| Binary | 111011 | 10100111 | 1101 | 1000001 | 0 | 1011100 | 100011 | 1100110 | 1010110 | 100011 |
Color Harmonies of #3BA70D
Complementary color
Monochromatic Colors of #3BA70D
Black with #3BA70D
Text Example
Text Example
White with #3BA70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA70D; }
p { color: rgb(59,167,13); }
H1.HeaderClassName
{
color: #3BA70D;
}
.AnyTagClassName
{
color: #3BA70D;
}
</style>
background-color css
<style>
a { background-color: #3BA70D; }
a { background-color: rgb(59,167,13); }
div.DivClassName
{
background-color: #3BA70D;
}
.BgClassName
{
background-color: #3BA70D;
}
</style>
border-color css
<style>
span { border-color: #3BA70D; }
span { border-color: rgb(59,167,13); }
td.TdClassName
{
border-color: #3BA70D;
}
.TagClassName
{
border-color: #3BA70D;
}
</style>