Shades of Kelly Green #3DA105
Tints of Kelly Green #3DA105
RGB
CMYK
RGB Variations
Color information
#3DA105 (or 0x3DA105) is known color: Kelly Green. HEX triplet: 3D, A1 and 05. RGB value is (61,161,5). Sum of RGB (Red+Green+Blue) = 61+161+5=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 161 (63.28% from 255 or 70.93% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA105 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA105 is #C25EFA. Grayscale: #717171. Windows color (decimal): -12738299 or 368957. OLE color: 368957.
HSL color Cylindrical-coordinate representation of color #3DA105: hue angle of 98.46º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3DA105 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 161 | 5 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.37 |
| HSL | 98.46º | 0.94% | 0.33% | - |
| HSV(B) | 98.46º | 0.97% | 0.63% | - |
| XYZ | 14.7 | 26.49 | 4.48 | - |
| YUV | 113.32 | 66.87 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 5 | 0.62 | 0 | 0.97 | 0.37 | 98.46 | 0.94 | 0.33 |
| Hex | 3D | A1 | 5 | 3E | 0 | 61 | 25 | 62 | 5E | 21 |
| Octal | 75 | 241 | 5 | 76 | 0 | 141 | 45 | 142 | 136 | 41 |
| Binary | 111101 | 10100001 | 101 | 111110 | 0 | 1100001 | 100101 | 1100010 | 1011110 | 100001 |
Color Harmonies of #3DA105
Complementary color
Monochromatic Colors of #3DA105
Black with #3DA105
Text Example
Text Example
White with #3DA105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA105; }
p { color: rgb(61,161,5); }
H1.HeaderClassName
{
color: #3DA105;
}
.AnyTagClassName
{
color: #3DA105;
}
</style>
background-color css
<style>
a { background-color: #3DA105; }
a { background-color: rgb(61,161,5); }
div.DivClassName
{
background-color: #3DA105;
}
.BgClassName
{
background-color: #3DA105;
}
</style>
border-color css
<style>
span { border-color: #3DA105; }
span { border-color: rgb(61,161,5); }
td.TdClassName
{
border-color: #3DA105;
}
.TagClassName
{
border-color: #3DA105;
}
</style>