Shades of Kelly Green #3BA510
Tints of Kelly Green #3BA510
RGB
CMYK
RGB Variations
Color information
#3BA510 (or 0x3BA510) is known color: Kelly Green. HEX triplet: 3B, A5 and 10. RGB value is (59,165,16). Sum of RGB (Red+Green+Blue) = 59+165+16=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 165 (64.84% from 255 or 68.75% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 165 - color contains mainly: green. Hex color #3BA510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BA510 is #C45AEF. Grayscale: #747474. Windows color (decimal): -12868336 or 1090875. OLE color: 1090875.
HSL color Cylindrical-coordinate representation of color #3BA510: hue angle of 102.68º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BA510 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 165 | 16 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.35 |
| HSL | 102.68º | 0.82% | 0.35% | - |
| HSV(B) | 102.68º | 0.9% | 0.65% | - |
| XYZ | 15.35 | 27.88 | 5.06 | - |
| YUV | 116.32 | 71.38 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 165 | 16 | 0.64 | 0 | 0.90 | 0.35 | 102.68 | 0.82 | 0.35 |
| Hex | 3B | A5 | 10 | 40 | 0 | 5A | 23 | 67 | 52 | 23 |
| Octal | 73 | 245 | 20 | 100 | 0 | 132 | 43 | 147 | 122 | 43 |
| Binary | 111011 | 10100101 | 10000 | 1000000 | 0 | 1011010 | 100011 | 1100111 | 1010010 | 100011 |
Color Harmonies of #3BA510
Complementary color
Monochromatic Colors of #3BA510
Black with #3BA510
Text Example
Text Example
White with #3BA510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA510; }
p { color: rgb(59,165,16); }
H1.HeaderClassName
{
color: #3BA510;
}
.AnyTagClassName
{
color: #3BA510;
}
</style>
background-color css
<style>
a { background-color: #3BA510; }
a { background-color: rgb(59,165,16); }
div.DivClassName
{
background-color: #3BA510;
}
.BgClassName
{
background-color: #3BA510;
}
</style>
border-color css
<style>
span { border-color: #3BA510; }
span { border-color: rgb(59,165,16); }
td.TdClassName
{
border-color: #3BA510;
}
.TagClassName
{
border-color: #3BA510;
}
</style>