Shades of Kelly Green #3DA600
Tints of Kelly Green #3DA600
RGB
CMYK
RGB Variations
Color information
#3DA600 (or 0x3DA600) is known color: Kelly Green. HEX triplet: 3D, A6 and 00. RGB value is (61,166,0). Sum of RGB (Red+Green+Blue) = 61+166+0=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 166 (65.23% from 255 or 73.13% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 166 - color contains mainly: green. Hex color #3DA600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA600 is #C259FF. Grayscale: #747474. Windows color (decimal): -12737024 or 42557. OLE color: 42557.
HSL color Cylindrical-coordinate representation of color #3DA600: hue angle of 97.95º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DA600 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 166 | 0 | - |
| CMYK | 0.63 | 0 | 1 | 0.35 |
| HSL | 97.95º | 1% | 0.33% | - |
| HSV(B) | 97.95º | 1% | 0.65% | - |
| XYZ | 15.56 | 28.26 | 4.64 | - |
| YUV | 115.68 | 62.71 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 166 | 0 | 0.63 | 0 | 1 | 0.35 | 97.95 | 1 | 0.33 |
| Hex | 3D | A6 | 0 | 3F | 0 | 64 | 23 | 62 | 64 | 21 |
| Octal | 75 | 246 | 0 | 77 | 0 | 144 | 43 | 142 | 144 | 41 |
| Binary | 111101 | 10100110 | 0 | 111111 | 0 | 1100100 | 100011 | 1100010 | 1100100 | 100001 |
Color Harmonies of #3DA600
Complementary color
Monochromatic Colors of #3DA600
Black with #3DA600
Text Example
Text Example
White with #3DA600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA600; }
p { color: rgb(61,166,0); }
H1.HeaderClassName
{
color: #3DA600;
}
.AnyTagClassName
{
color: #3DA600;
}
</style>
background-color css
<style>
a { background-color: #3DA600; }
a { background-color: rgb(61,166,0); }
div.DivClassName
{
background-color: #3DA600;
}
.BgClassName
{
background-color: #3DA600;
}
</style>
border-color css
<style>
span { border-color: #3DA600; }
span { border-color: rgb(61,166,0); }
td.TdClassName
{
border-color: #3DA600;
}
.TagClassName
{
border-color: #3DA600;
}
</style>