Shades of Kelly Green #3DA605
Tints of Kelly Green #3DA605
RGB
CMYK
RGB Variations
Color information
#3DA605 (or 0x3DA605) is known color: Kelly Green. HEX triplet: 3D, A6 and 05. RGB value is (61,166,5). Sum of RGB (Red+Green+Blue) = 61+166+5=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 166 (65.23% from 255 or 71.55% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 166 - color contains mainly: green. Hex color #3DA605 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA605 is #C259FA. Grayscale: #747474. Windows color (decimal): -12737019 or 370237. OLE color: 370237.
HSL color Cylindrical-coordinate representation of color #3DA605: hue angle of 99.13º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3DA605 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 166 | 5 | - |
| CMYK | 0.63 | 0 | 0.97 | 0.35 |
| HSL | 99.13º | 0.94% | 0.34% | - |
| HSV(B) | 99.13º | 0.97% | 0.65% | - |
| XYZ | 15.59 | 28.28 | 4.78 | - |
| YUV | 116.25 | 65.21 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 166 | 5 | 0.63 | 0 | 0.97 | 0.35 | 99.13 | 0.94 | 0.34 |
| Hex | 3D | A6 | 5 | 3F | 0 | 61 | 23 | 63 | 5E | 22 |
| Octal | 75 | 246 | 5 | 77 | 0 | 141 | 43 | 143 | 136 | 42 |
| Binary | 111101 | 10100110 | 101 | 111111 | 0 | 1100001 | 100011 | 1100011 | 1011110 | 100010 |
Color Harmonies of #3DA605
Complementary color
Monochromatic Colors of #3DA605
Black with #3DA605
Text Example
Text Example
White with #3DA605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA605; }
p { color: rgb(61,166,5); }
H1.HeaderClassName
{
color: #3DA605;
}
.AnyTagClassName
{
color: #3DA605;
}
</style>
background-color css
<style>
a { background-color: #3DA605; }
a { background-color: rgb(61,166,5); }
div.DivClassName
{
background-color: #3DA605;
}
.BgClassName
{
background-color: #3DA605;
}
</style>
border-color css
<style>
span { border-color: #3DA605; }
span { border-color: rgb(61,166,5); }
td.TdClassName
{
border-color: #3DA605;
}
.TagClassName
{
border-color: #3DA605;
}
</style>