Shades of Kelly Green #3DA006
Tints of Kelly Green #3DA006
RGB
CMYK
RGB Variations
Color information
#3DA006 (or 0x3DA006) is known color: Kelly Green. HEX triplet: 3D, A0 and 06. RGB value is (61,160,6). Sum of RGB (Red+Green+Blue) = 61+160+6=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 160 (62.89% from 255 or 70.48% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA006 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA006 is #C25FF9. Grayscale: #717171. Windows color (decimal): -12738554 or 434237. OLE color: 434237.
HSL color Cylindrical-coordinate representation of color #3DA006: hue angle of 98.57º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3DA006 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 160 | 6 | - |
| CMYK | 0.62 | 0 | 0.96 | 0.37 |
| HSL | 98.57º | 0.93% | 0.33% | - |
| HSV(B) | 98.57º | 0.96% | 0.63% | - |
| XYZ | 14.53 | 26.15 | 4.45 | - |
| YUV | 112.84 | 67.7 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 6 | 0.62 | 0 | 0.96 | 0.37 | 98.57 | 0.93 | 0.33 |
| Hex | 3D | A0 | 6 | 3E | 0 | 60 | 25 | 63 | 5D | 21 |
| Octal | 75 | 240 | 6 | 76 | 0 | 140 | 45 | 143 | 135 | 41 |
| Binary | 111101 | 10100000 | 110 | 111110 | 0 | 1100000 | 100101 | 1100011 | 1011101 | 100001 |
Color Harmonies of #3DA006
Complementary color
Monochromatic Colors of #3DA006
Black with #3DA006
Text Example
Text Example
White with #3DA006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA006; }
p { color: rgb(61,160,6); }
H1.HeaderClassName
{
color: #3DA006;
}
.AnyTagClassName
{
color: #3DA006;
}
</style>
background-color css
<style>
a { background-color: #3DA006; }
a { background-color: rgb(61,160,6); }
div.DivClassName
{
background-color: #3DA006;
}
.BgClassName
{
background-color: #3DA006;
}
</style>
border-color css
<style>
span { border-color: #3DA006; }
span { border-color: rgb(61,160,6); }
td.TdClassName
{
border-color: #3DA006;
}
.TagClassName
{
border-color: #3DA006;
}
</style>