Shades of Kelly Green #3BA401
Tints of Kelly Green #3BA401
RGB
CMYK
RGB Variations
Color information
#3BA401 (or 0x3BA401) is known color: Kelly Green. HEX triplet: 3B, A4 and 01. RGB value is (59,164,1). Sum of RGB (Red+Green+Blue) = 59+164+1=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 164 (64.45% from 255 or 73.21% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 164 - color contains mainly: green. Hex color #3BA401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BA401 is #C45BFE. Grayscale: #727272. Windows color (decimal): -12868607 or 107579. OLE color: 107579.
HSL color Cylindrical-coordinate representation of color #3BA401: hue angle of 98.65º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3BA401 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 164 | 1 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.36 |
| HSL | 98.65º | 0.99% | 0.32% | - |
| HSV(B) | 98.65º | 0.99% | 0.64% | - |
| XYZ | 15.08 | 27.48 | 4.54 | - |
| YUV | 114.02 | 64.21 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 1 | 0.64 | 0 | 0.99 | 0.36 | 98.65 | 0.99 | 0.32 |
| Hex | 3B | A4 | 1 | 40 | 0 | 63 | 24 | 63 | 63 | 20 |
| Octal | 73 | 244 | 1 | 100 | 0 | 143 | 44 | 143 | 143 | 40 |
| Binary | 111011 | 10100100 | 1 | 1000000 | 0 | 1100011 | 100100 | 1100011 | 1100011 | 100000 |
Color Harmonies of #3BA401
Complementary color
Monochromatic Colors of #3BA401
Black with #3BA401
Text Example
Text Example
White with #3BA401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA401; }
p { color: rgb(59,164,1); }
H1.HeaderClassName
{
color: #3BA401;
}
.AnyTagClassName
{
color: #3BA401;
}
</style>
background-color css
<style>
a { background-color: #3BA401; }
a { background-color: rgb(59,164,1); }
div.DivClassName
{
background-color: #3BA401;
}
.BgClassName
{
background-color: #3BA401;
}
</style>
border-color css
<style>
span { border-color: #3BA401; }
span { border-color: rgb(59,164,1); }
td.TdClassName
{
border-color: #3BA401;
}
.TagClassName
{
border-color: #3BA401;
}
</style>