Shades of Kelly Green #3DA010
Tints of Kelly Green #3DA010
RGB
CMYK
RGB Variations
Color information
#3DA010 (or 0x3DA010) is known color: Kelly Green. HEX triplet: 3D, A0 and 10. RGB value is (61,160,16). Sum of RGB (Red+Green+Blue) = 61+160+16=237 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.74% from 237); Green value is 160 (62.89% from 255 or 67.51% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA010 is #C25FEF. Grayscale: #727272. Windows color (decimal): -12738544 or 1089597. OLE color: 1089597.
HSL color Cylindrical-coordinate representation of color #3DA010: hue angle of 101.25º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DA010 is Cyan = 0.62, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 160 | 16 | - |
| CMYK | 0.62 | 0 | 0.9 | 0.37 |
| HSL | 101.25º | 0.82% | 0.35% | - |
| HSV(B) | 101.25º | 0.9% | 0.63% | - |
| XYZ | 14.59 | 26.17 | 4.77 | - |
| YUV | 113.98 | 72.7 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 16 | 0.62 | 0 | 0.9 | 0.37 | 101.25 | 0.82 | 0.35 |
| Hex | 3D | A0 | 10 | 3E | 0 | 5A | 25 | 65 | 52 | 23 |
| Octal | 75 | 240 | 20 | 76 | 0 | 132 | 45 | 145 | 122 | 43 |
| Binary | 111101 | 10100000 | 10000 | 111110 | 0 | 1011010 | 100101 | 1100101 | 1010010 | 100011 |
Color Harmonies of #3DA010
Complementary color
Monochromatic Colors of #3DA010
Black with #3DA010
Text Example
Text Example
White with #3DA010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA010; }
p { color: rgb(61,160,16); }
H1.HeaderClassName
{
color: #3DA010;
}
.AnyTagClassName
{
color: #3DA010;
}
</style>
background-color css
<style>
a { background-color: #3DA010; }
a { background-color: rgb(61,160,16); }
div.DivClassName
{
background-color: #3DA010;
}
.BgClassName
{
background-color: #3DA010;
}
</style>
border-color css
<style>
span { border-color: #3DA010; }
span { border-color: rgb(61,160,16); }
td.TdClassName
{
border-color: #3DA010;
}
.TagClassName
{
border-color: #3DA010;
}
</style>