Shades of Kelly Green #3DA80C
Tints of Kelly Green #3DA80C
RGB
CMYK
RGB Variations
Color information
#3DA80C (or 0x3DA80C) is known color: Kelly Green. HEX triplet: 3D, A8 and 0C. RGB value is (61,168,12). Sum of RGB (Red+Green+Blue) = 61+168+12=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 168 (66.02% from 255 or 69.71% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 168 - color contains mainly: green. Hex color #3DA80C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA80C is #C257F3. Grayscale: #767676. Windows color (decimal): -12736500 or 829501. OLE color: 829501.
HSL color Cylindrical-coordinate representation of color #3DA80C: hue angle of 101.15º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3DA80C is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 61 | 168 | 12 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.34 |
| HSL | 101.15º | 0.87% | 0.35% | - |
| HSV(B) | 101.15º | 0.93% | 0.66% | - |
| XYZ | 15.99 | 29.02 | 5.11 | - |
| YUV | 118.22 | 68.05 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 168 | 12 | 0.64 | 0 | 0.93 | 0.34 | 101.15 | 0.87 | 0.35 |
| Hex | 3D | A8 | C | 40 | 0 | 5D | 22 | 65 | 57 | 23 |
| Octal | 75 | 250 | 14 | 100 | 0 | 135 | 42 | 145 | 127 | 43 |
| Binary | 111101 | 10101000 | 1100 | 1000000 | 0 | 1011101 | 100010 | 1100101 | 1010111 | 100011 |
Color Harmonies of #3DA80C
Complementary color
Monochromatic Colors of #3DA80C
Black with #3DA80C
Text Example
Text Example
White with #3DA80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA80C; }
p { color: rgb(61,168,12); }
H1.HeaderClassName
{
color: #3DA80C;
}
.AnyTagClassName
{
color: #3DA80C;
}
</style>
background-color css
<style>
a { background-color: #3DA80C; }
a { background-color: rgb(61,168,12); }
div.DivClassName
{
background-color: #3DA80C;
}
.BgClassName
{
background-color: #3DA80C;
}
</style>
border-color css
<style>
span { border-color: #3DA80C; }
span { border-color: rgb(61,168,12); }
td.TdClassName
{
border-color: #3DA80C;
}
.TagClassName
{
border-color: #3DA80C;
}
</style>