Shades of Kelly Green #3DAC06
Tints of Kelly Green #3DAC06
RGB
CMYK
RGB Variations
Color information
#3DAC06 (or 0x3DAC06) is known color: Kelly Green. HEX triplet: 3D, AC and 06. RGB value is (61,172,6). Sum of RGB (Red+Green+Blue) = 61+172+6=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 172 (67.58% from 255 or 71.97% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DAC06 is #C253F9. Grayscale: #787878. Windows color (decimal): -12735482 or 437309. OLE color: 437309.
HSL color Cylindrical-coordinate representation of color #3DAC06: hue angle of 100.12º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3DAC06 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 172 | 6 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.33 |
| HSL | 100.12º | 0.93% | 0.35% | - |
| HSV(B) | 100.12º | 0.97% | 0.67% | - |
| XYZ | 16.71 | 30.51 | 5.18 | - |
| YUV | 119.89 | 63.73 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 6 | 0.65 | 0 | 0.97 | 0.33 | 100.12 | 0.93 | 0.35 |
| Hex | 3D | AC | 6 | 41 | 0 | 61 | 21 | 64 | 5D | 23 |
| Octal | 75 | 254 | 6 | 101 | 0 | 141 | 41 | 144 | 135 | 43 |
| Binary | 111101 | 10101100 | 110 | 1000001 | 0 | 1100001 | 100001 | 1100100 | 1011101 | 100011 |
Color Harmonies of #3DAC06
Complementary color
Monochromatic Colors of #3DAC06
Black with #3DAC06
Text Example
Text Example
White with #3DAC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAC06; }
p { color: rgb(61,172,6); }
H1.HeaderClassName
{
color: #3DAC06;
}
.AnyTagClassName
{
color: #3DAC06;
}
</style>
background-color css
<style>
a { background-color: #3DAC06; }
a { background-color: rgb(61,172,6); }
div.DivClassName
{
background-color: #3DAC06;
}
.BgClassName
{
background-color: #3DAC06;
}
</style>
border-color css
<style>
span { border-color: #3DAC06; }
span { border-color: rgb(61,172,6); }
td.TdClassName
{
border-color: #3DAC06;
}
.TagClassName
{
border-color: #3DAC06;
}
</style>