Shades of Kelly Green #3DA413
Tints of Kelly Green #3DA413
RGB
CMYK
RGB Variations
Color information
#3DA413 (or 0x3DA413) is known color: Kelly Green. HEX triplet: 3D, A4 and 13. RGB value is (61,164,19). Sum of RGB (Red+Green+Blue) = 61+164+19=244 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25% from 244); Green value is 164 (64.45% from 255 or 67.21% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 164 - color contains mainly: green. Hex color #3DA413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA413 is #C25BEC. Grayscale: #757575. Windows color (decimal): -12737517 or 1287229. OLE color: 1287229.
HSL color Cylindrical-coordinate representation of color #3DA413: hue angle of 102.62º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3DA413 is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 164 | 19 | - |
| CMYK | 0.63 | 0 | 0.88 | 0.36 |
| HSL | 102.62º | 0.79% | 0.36% | - |
| HSV(B) | 102.62º | 0.88% | 0.64% | - |
| XYZ | 15.32 | 27.59 | 5.13 | - |
| YUV | 116.67 | 72.88 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 164 | 19 | 0.63 | 0 | 0.88 | 0.36 | 102.62 | 0.79 | 0.36 |
| Hex | 3D | A4 | 13 | 3F | 0 | 58 | 24 | 67 | 4F | 24 |
| Octal | 75 | 244 | 23 | 77 | 0 | 130 | 44 | 147 | 117 | 44 |
| Binary | 111101 | 10100100 | 10011 | 111111 | 0 | 1011000 | 100100 | 1100111 | 1001111 | 100100 |
Color Harmonies of #3DA413
Complementary color
Monochromatic Colors of #3DA413
Black with #3DA413
Text Example
Text Example
White with #3DA413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA413; }
p { color: rgb(61,164,19); }
H1.HeaderClassName
{
color: #3DA413;
}
.AnyTagClassName
{
color: #3DA413;
}
</style>
background-color css
<style>
a { background-color: #3DA413; }
a { background-color: rgb(61,164,19); }
div.DivClassName
{
background-color: #3DA413;
}
.BgClassName
{
background-color: #3DA413;
}
</style>
border-color css
<style>
span { border-color: #3DA413; }
span { border-color: rgb(61,164,19); }
td.TdClassName
{
border-color: #3DA413;
}
.TagClassName
{
border-color: #3DA413;
}
</style>