Shades of Kelly Green #39BA13
Tints of Kelly Green #39BA13
RGB
CMYK
RGB Variations
Color information
#39BA13 (or 0x39BA13) is known color: Kelly Green. HEX triplet: 39, BA and 13. RGB value is (57,186,19). Sum of RGB (Red+Green+Blue) = 57+186+19=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 186 (73.05% from 255 or 70.99% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 186 - color contains mainly: green. Hex color #39BA13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39BA13 is #C645EC. Grayscale: #808080. Windows color (decimal): -12994029 or 1292857. OLE color: 1292857.
HSL color Cylindrical-coordinate representation of color #39BA13: hue angle of 106.35º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #39BA13 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 186 | 19 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.27 |
| HSL | 106.35º | 0.81% | 0.4% | - |
| HSV(B) | 106.35º | 0.9% | 0.73% | - |
| XYZ | 19.36 | 36.03 | 6.55 | - |
| YUV | 128.39 | 66.26 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 186 | 19 | 0.69 | 0 | 0.90 | 0.27 | 106.35 | 0.81 | 0.4 |
| Hex | 39 | BA | 13 | 45 | 0 | 5A | 1B | 6A | 51 | 28 |
| Octal | 71 | 272 | 23 | 105 | 0 | 132 | 33 | 152 | 121 | 50 |
| Binary | 111001 | 10111010 | 10011 | 1000101 | 0 | 1011010 | 11011 | 1101010 | 1010001 | 101000 |
Color Harmonies of #39BA13
Complementary color
Monochromatic Colors of #39BA13
Black with #39BA13
Text Example
Text Example
White with #39BA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BA13; }
p { color: rgb(57,186,19); }
H1.HeaderClassName
{
color: #39BA13;
}
.AnyTagClassName
{
color: #39BA13;
}
</style>
background-color css
<style>
a { background-color: #39BA13; }
a { background-color: rgb(57,186,19); }
div.DivClassName
{
background-color: #39BA13;
}
.BgClassName
{
background-color: #39BA13;
}
</style>
border-color css
<style>
span { border-color: #39BA13; }
span { border-color: rgb(57,186,19); }
td.TdClassName
{
border-color: #39BA13;
}
.TagClassName
{
border-color: #39BA13;
}
</style>