Shades of Kelly Green #3DA404
Tints of Kelly Green #3DA404
RGB
CMYK
RGB Variations
Color information
#3DA404 (or 0x3DA404) is known color: Kelly Green. HEX triplet: 3D, A4 and 04. RGB value is (61,164,4). Sum of RGB (Red+Green+Blue) = 61+164+4=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 164 (64.45% from 255 or 71.62% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 164 - color contains mainly: green. Hex color #3DA404 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA404 is #C25BFB. Grayscale: #737373. Windows color (decimal): -12737532 or 304189. OLE color: 304189.
HSL color Cylindrical-coordinate representation of color #3DA404: hue angle of 98.62º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3DA404 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 164 | 4 | - |
| CMYK | 0.63 | 0 | 0.98 | 0.36 |
| HSL | 98.63º | 0.95% | 0.33% | - |
| HSV(B) | 98.63º | 0.98% | 0.64% | - |
| XYZ | 15.22 | 27.55 | 4.63 | - |
| YUV | 114.96 | 65.38 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 164 | 4 | 0.63 | 0 | 0.98 | 0.36 | 98.63 | 0.95 | 0.33 |
| Hex | 3D | A4 | 4 | 3F | 0 | 62 | 24 | 63 | 5F | 21 |
| Octal | 75 | 244 | 4 | 77 | 0 | 142 | 44 | 143 | 137 | 41 |
| Binary | 111101 | 10100100 | 100 | 111111 | 0 | 1100010 | 100100 | 1100011 | 1011111 | 100001 |
Color Harmonies of #3DA404
Complementary color
Monochromatic Colors of #3DA404
Black with #3DA404
Text Example
Text Example
White with #3DA404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA404; }
p { color: rgb(61,164,4); }
H1.HeaderClassName
{
color: #3DA404;
}
.AnyTagClassName
{
color: #3DA404;
}
</style>
background-color css
<style>
a { background-color: #3DA404; }
a { background-color: rgb(61,164,4); }
div.DivClassName
{
background-color: #3DA404;
}
.BgClassName
{
background-color: #3DA404;
}
</style>
border-color css
<style>
span { border-color: #3DA404; }
span { border-color: rgb(61,164,4); }
td.TdClassName
{
border-color: #3DA404;
}
.TagClassName
{
border-color: #3DA404;
}
</style>