Shades of Kelly Green #3DA00C
Tints of Kelly Green #3DA00C
RGB
CMYK
RGB Variations
Color information
#3DA00C (or 0x3DA00C) is known color: Kelly Green. HEX triplet: 3D, A0 and 0C. RGB value is (61,160,12). Sum of RGB (Red+Green+Blue) = 61+160+12=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 160 (62.89% from 255 or 68.67% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA00C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA00C is #C25FF3. Grayscale: #727272. Windows color (decimal): -12738548 or 827453. OLE color: 827453.
HSL color Cylindrical-coordinate representation of color #3DA00C: hue angle of 100.14º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3DA00C is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 160 | 12 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.37 |
| HSL | 100.14º | 0.86% | 0.34% | - |
| HSV(B) | 100.14º | 0.93% | 0.63% | - |
| XYZ | 14.56 | 26.16 | 4.63 | - |
| YUV | 113.53 | 70.7 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 12 | 0.62 | 0 | 0.93 | 0.37 | 100.14 | 0.86 | 0.34 |
| Hex | 3D | A0 | C | 3E | 0 | 5D | 25 | 64 | 56 | 22 |
| Octal | 75 | 240 | 14 | 76 | 0 | 135 | 45 | 144 | 126 | 42 |
| Binary | 111101 | 10100000 | 1100 | 111110 | 0 | 1011101 | 100101 | 1100100 | 1010110 | 100010 |
Color Harmonies of #3DA00C
Complementary color
Monochromatic Colors of #3DA00C
Black with #3DA00C
Text Example
Text Example
White with #3DA00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA00C; }
p { color: rgb(61,160,12); }
H1.HeaderClassName
{
color: #3DA00C;
}
.AnyTagClassName
{
color: #3DA00C;
}
</style>
background-color css
<style>
a { background-color: #3DA00C; }
a { background-color: rgb(61,160,12); }
div.DivClassName
{
background-color: #3DA00C;
}
.BgClassName
{
background-color: #3DA00C;
}
</style>
border-color css
<style>
span { border-color: #3DA00C; }
span { border-color: rgb(61,160,12); }
td.TdClassName
{
border-color: #3DA00C;
}
.TagClassName
{
border-color: #3DA00C;
}
</style>