Shades of Kelly Green #3DA315
Tints of Kelly Green #3DA315
RGB
CMYK
RGB Variations
Color information
#3DA315 (or 0x3DA315) is known color: Kelly Green. HEX triplet: 3D, A3 and 15. RGB value is (61,163,21). Sum of RGB (Red+Green+Blue) = 61+163+21=245 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.90% from 245); Green value is 163 (64.06% from 255 or 66.53% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 163 - color contains mainly: green. Hex color #3DA315 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA315 is #C25CEA. Grayscale: #747474. Windows color (decimal): -12737771 or 1418045. OLE color: 1418045.
HSL color Cylindrical-coordinate representation of color #3DA315: hue angle of 103.1º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DA315 is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 163 | 21 | - |
| CMYK | 0.63 | 0 | 0.87 | 0.36 |
| HSL | 103.1º | 0.77% | 0.36% | - |
| HSV(B) | 103.1º | 0.87% | 0.64% | - |
| XYZ | 15.16 | 27.24 | 5.17 | - |
| YUV | 116.31 | 74.21 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 163 | 21 | 0.63 | 0 | 0.87 | 0.36 | 103.1 | 0.77 | 0.36 |
| Hex | 3D | A3 | 15 | 3F | 0 | 57 | 24 | 67 | 4D | 24 |
| Octal | 75 | 243 | 25 | 77 | 0 | 127 | 44 | 147 | 115 | 44 |
| Binary | 111101 | 10100011 | 10101 | 111111 | 0 | 1010111 | 100100 | 1100111 | 1001101 | 100100 |
Color Harmonies of #3DA315
Complementary color
Monochromatic Colors of #3DA315
Black with #3DA315
Text Example
Text Example
White with #3DA315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA315; }
p { color: rgb(61,163,21); }
H1.HeaderClassName
{
color: #3DA315;
}
.AnyTagClassName
{
color: #3DA315;
}
</style>
background-color css
<style>
a { background-color: #3DA315; }
a { background-color: rgb(61,163,21); }
div.DivClassName
{
background-color: #3DA315;
}
.BgClassName
{
background-color: #3DA315;
}
</style>
border-color css
<style>
span { border-color: #3DA315; }
span { border-color: rgb(61,163,21); }
td.TdClassName
{
border-color: #3DA315;
}
.TagClassName
{
border-color: #3DA315;
}
</style>