Shades of Kelly Green #3BA414
Tints of Kelly Green #3BA414
RGB
CMYK
RGB Variations
Color information
#3BA414 (or 0x3BA414) is known color: Kelly Green. HEX triplet: 3B, A4 and 14. RGB value is (59,164,20). Sum of RGB (Red+Green+Blue) = 59+164+20=243 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.28% from 243); Green value is 164 (64.45% from 255 or 67.49% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 164 - color contains mainly: green. Hex color #3BA414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BA414 is #C45BEB. Grayscale: #747474. Windows color (decimal): -12868588 or 1352763. OLE color: 1352763.
HSL color Cylindrical-coordinate representation of color #3BA414: hue angle of 103.75º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3BA414 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 164 | 20 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.36 |
| HSL | 103.75º | 0.78% | 0.36% | - |
| HSV(B) | 103.75º | 0.88% | 0.64% | - |
| XYZ | 15.21 | 27.53 | 5.17 | - |
| YUV | 116.19 | 73.71 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 20 | 0.64 | 0 | 0.88 | 0.36 | 103.75 | 0.78 | 0.36 |
| Hex | 3B | A4 | 14 | 40 | 0 | 58 | 24 | 68 | 4E | 24 |
| Octal | 73 | 244 | 24 | 100 | 0 | 130 | 44 | 150 | 116 | 44 |
| Binary | 111011 | 10100100 | 10100 | 1000000 | 0 | 1011000 | 100100 | 1101000 | 1001110 | 100100 |
Color Harmonies of #3BA414
Complementary color
Monochromatic Colors of #3BA414
Black with #3BA414
Text Example
Text Example
White with #3BA414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA414; }
p { color: rgb(59,164,20); }
H1.HeaderClassName
{
color: #3BA414;
}
.AnyTagClassName
{
color: #3BA414;
}
</style>
background-color css
<style>
a { background-color: #3BA414; }
a { background-color: rgb(59,164,20); }
div.DivClassName
{
background-color: #3BA414;
}
.BgClassName
{
background-color: #3BA414;
}
</style>
border-color css
<style>
span { border-color: #3BA414; }
span { border-color: rgb(59,164,20); }
td.TdClassName
{
border-color: #3BA414;
}
.TagClassName
{
border-color: #3BA414;
}
</style>