Shades of Kelly Green #3DA116
Tints of Kelly Green #3DA116
RGB
CMYK
RGB Variations
Color information
#3DA116 (or 0x3DA116) is known color: Kelly Green. HEX triplet: 3D, A1 and 16. RGB value is (61,161,22). Sum of RGB (Red+Green+Blue) = 61+161+22=244 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25% from 244); Green value is 161 (63.28% from 255 or 65.98% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA116 is #C25EE9. Grayscale: #737373. Windows color (decimal): -12738282 or 1483069. OLE color: 1483069.
HSL color Cylindrical-coordinate representation of color #3DA116: hue angle of 103.17º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3DA116 is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 161 | 22 | - |
| CMYK | 0.62 | 0 | 0.86 | 0.37 |
| HSL | 103.17º | 0.76% | 0.36% | - |
| HSV(B) | 103.17º | 0.86% | 0.63% | - |
| XYZ | 14.81 | 26.54 | 5.1 | - |
| YUV | 115.25 | 75.37 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 22 | 0.62 | 0 | 0.86 | 0.37 | 103.17 | 0.76 | 0.36 |
| Hex | 3D | A1 | 16 | 3E | 0 | 56 | 25 | 67 | 4C | 24 |
| Octal | 75 | 241 | 26 | 76 | 0 | 126 | 45 | 147 | 114 | 44 |
| Binary | 111101 | 10100001 | 10110 | 111110 | 0 | 1010110 | 100101 | 1100111 | 1001100 | 100100 |
Color Harmonies of #3DA116
Complementary color
Monochromatic Colors of #3DA116
Black with #3DA116
Text Example
Text Example
White with #3DA116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA116; }
p { color: rgb(61,161,22); }
H1.HeaderClassName
{
color: #3DA116;
}
.AnyTagClassName
{
color: #3DA116;
}
</style>
background-color css
<style>
a { background-color: #3DA116; }
a { background-color: rgb(61,161,22); }
div.DivClassName
{
background-color: #3DA116;
}
.BgClassName
{
background-color: #3DA116;
}
</style>
border-color css
<style>
span { border-color: #3DA116; }
span { border-color: rgb(61,161,22); }
td.TdClassName
{
border-color: #3DA116;
}
.TagClassName
{
border-color: #3DA116;
}
</style>