Shades of Kelly Green #3DA011
Tints of Kelly Green #3DA011
RGB
CMYK
RGB Variations
Color information
#3DA011 (or 0x3DA011) is known color: Kelly Green. HEX triplet: 3D, A0 and 11. RGB value is (61,160,17). Sum of RGB (Red+Green+Blue) = 61+160+17=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 160 (62.89% from 255 or 67.23% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA011 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA011 is #C25FEE. Grayscale: #727272. Windows color (decimal): -12738543 or 1155133. OLE color: 1155133.
HSL color Cylindrical-coordinate representation of color #3DA011: hue angle of 101.54º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3DA011 is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 160 | 17 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.37 |
| HSL | 101.54º | 0.81% | 0.35% | - |
| HSV(B) | 101.54º | 0.89% | 0.63% | - |
| XYZ | 14.6 | 26.17 | 4.81 | - |
| YUV | 114.1 | 73.2 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 17 | 0.62 | 0 | 0.89 | 0.37 | 101.54 | 0.81 | 0.35 |
| Hex | 3D | A0 | 11 | 3E | 0 | 59 | 25 | 66 | 51 | 23 |
| Octal | 75 | 240 | 21 | 76 | 0 | 131 | 45 | 146 | 121 | 43 |
| Binary | 111101 | 10100000 | 10001 | 111110 | 0 | 1011001 | 100101 | 1100110 | 1010001 | 100011 |
Color Harmonies of #3DA011
Complementary color
Monochromatic Colors of #3DA011
Black with #3DA011
Text Example
Text Example
White with #3DA011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA011; }
p { color: rgb(61,160,17); }
H1.HeaderClassName
{
color: #3DA011;
}
.AnyTagClassName
{
color: #3DA011;
}
</style>
background-color css
<style>
a { background-color: #3DA011; }
a { background-color: rgb(61,160,17); }
div.DivClassName
{
background-color: #3DA011;
}
.BgClassName
{
background-color: #3DA011;
}
</style>
border-color css
<style>
span { border-color: #3DA011; }
span { border-color: rgb(61,160,17); }
td.TdClassName
{
border-color: #3DA011;
}
.TagClassName
{
border-color: #3DA011;
}
</style>