Shades of Kelly Green #3BA900
Tints of Kelly Green #3BA900
RGB
CMYK
RGB Variations
Color information
#3BA900 (or 0x3BA900) is known color: Kelly Green. HEX triplet: 3B, A9 and 00. RGB value is (59,169,0). Sum of RGB (Red+Green+Blue) = 59+169+0=228 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.88% from 228); Green value is 169 (66.41% from 255 or 74.12% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 169 - color contains mainly: green. Hex color #3BA900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BA900 is #C456FF. Grayscale: #757575. Windows color (decimal): -12867328 or 43323. OLE color: 43323.
HSL color Cylindrical-coordinate representation of color #3BA900: hue angle of 99.05º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BA900 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 59 | 169 | 0 | - |
| CMYK | 0.65 | 0 | 1 | 0.34 |
| HSL | 99.05º | 1% | 0.33% | - |
| HSV(B) | 99.05º | 1% | 0.66% | - |
| XYZ | 15.99 | 29.31 | 4.81 | - |
| YUV | 116.84 | 62.06 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 169 | 0 | 0.65 | 0 | 1 | 0.34 | 99.05 | 1 | 0.33 |
| Hex | 3B | A9 | 0 | 41 | 0 | 64 | 22 | 63 | 64 | 21 |
| Octal | 73 | 251 | 0 | 101 | 0 | 144 | 42 | 143 | 144 | 41 |
| Binary | 111011 | 10101001 | 0 | 1000001 | 0 | 1100100 | 100010 | 1100011 | 1100100 | 100001 |
Color Harmonies of #3BA900
Complementary color
Monochromatic Colors of #3BA900
Black with #3BA900
Text Example
Text Example
White with #3BA900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA900; }
p { color: rgb(59,169,0); }
H1.HeaderClassName
{
color: #3BA900;
}
.AnyTagClassName
{
color: #3BA900;
}
</style>
background-color css
<style>
a { background-color: #3BA900; }
a { background-color: rgb(59,169,0); }
div.DivClassName
{
background-color: #3BA900;
}
.BgClassName
{
background-color: #3BA900;
}
</style>
border-color css
<style>
span { border-color: #3BA900; }
span { border-color: rgb(59,169,0); }
td.TdClassName
{
border-color: #3BA900;
}
.TagClassName
{
border-color: #3BA900;
}
</style>