Shades of Kelly Green #3DA515
Tints of Kelly Green #3DA515
RGB
CMYK
RGB Variations
Color information
#3DA515 (or 0x3DA515) is known color: Kelly Green. HEX triplet: 3D, A5 and 15. RGB value is (61,165,21). Sum of RGB (Red+Green+Blue) = 61+165+21=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 165 (64.84% from 255 or 66.80% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA515 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA515 is #C25AEA. Grayscale: #757575. Windows color (decimal): -12737259 or 1418557. OLE color: 1418557.
HSL color Cylindrical-coordinate representation of color #3DA515: hue angle of 103.33º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DA515 is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 165 | 21 | - |
| CMYK | 0.63 | 0 | 0.87 | 0.35 |
| HSL | 103.33º | 0.77% | 0.36% | - |
| HSV(B) | 103.33º | 0.87% | 0.65% | - |
| XYZ | 15.51 | 27.96 | 5.29 | - |
| YUV | 117.49 | 73.54 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 165 | 21 | 0.63 | 0 | 0.87 | 0.35 | 103.33 | 0.77 | 0.36 |
| Hex | 3D | A5 | 15 | 3F | 0 | 57 | 23 | 67 | 4D | 24 |
| Octal | 75 | 245 | 25 | 77 | 0 | 127 | 43 | 147 | 115 | 44 |
| Binary | 111101 | 10100101 | 10101 | 111111 | 0 | 1010111 | 100011 | 1100111 | 1001101 | 100100 |
Color Harmonies of #3DA515
Complementary color
Monochromatic Colors of #3DA515
Black with #3DA515
Text Example
Text Example
White with #3DA515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA515; }
p { color: rgb(61,165,21); }
H1.HeaderClassName
{
color: #3DA515;
}
.AnyTagClassName
{
color: #3DA515;
}
</style>
background-color css
<style>
a { background-color: #3DA515; }
a { background-color: rgb(61,165,21); }
div.DivClassName
{
background-color: #3DA515;
}
.BgClassName
{
background-color: #3DA515;
}
</style>
border-color css
<style>
span { border-color: #3DA515; }
span { border-color: rgb(61,165,21); }
td.TdClassName
{
border-color: #3DA515;
}
.TagClassName
{
border-color: #3DA515;
}
</style>