Shades of Kelly Green #3DA407
Tints of Kelly Green #3DA407
RGB
CMYK
RGB Variations
Color information
#3DA407 (or 0x3DA407) is known color: Kelly Green. HEX triplet: 3D, A4 and 07. RGB value is (61,164,7). Sum of RGB (Red+Green+Blue) = 61+164+7=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 164 (64.45% from 255 or 70.69% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 164 - color contains mainly: green. Hex color #3DA407 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA407 is #C25BF8. Grayscale: #737373. Windows color (decimal): -12737529 or 500797. OLE color: 500797.
HSL color Cylindrical-coordinate representation of color #3DA407: hue angle of 99.36º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3DA407 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 164 | 7 | - |
| CMYK | 0.63 | 0 | 0.96 | 0.36 |
| HSL | 99.36º | 0.92% | 0.34% | - |
| HSV(B) | 99.36º | 0.96% | 0.64% | - |
| XYZ | 15.24 | 27.56 | 4.72 | - |
| YUV | 115.31 | 66.88 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 164 | 7 | 0.63 | 0 | 0.96 | 0.36 | 99.36 | 0.92 | 0.34 |
| Hex | 3D | A4 | 7 | 3F | 0 | 60 | 24 | 63 | 5C | 22 |
| Octal | 75 | 244 | 7 | 77 | 0 | 140 | 44 | 143 | 134 | 42 |
| Binary | 111101 | 10100100 | 111 | 111111 | 0 | 1100000 | 100100 | 1100011 | 1011100 | 100010 |
Color Harmonies of #3DA407
Complementary color
Monochromatic Colors of #3DA407
Black with #3DA407
Text Example
Text Example
White with #3DA407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA407; }
p { color: rgb(61,164,7); }
H1.HeaderClassName
{
color: #3DA407;
}
.AnyTagClassName
{
color: #3DA407;
}
</style>
background-color css
<style>
a { background-color: #3DA407; }
a { background-color: rgb(61,164,7); }
div.DivClassName
{
background-color: #3DA407;
}
.BgClassName
{
background-color: #3DA407;
}
</style>
border-color css
<style>
span { border-color: #3DA407; }
span { border-color: rgb(61,164,7); }
td.TdClassName
{
border-color: #3DA407;
}
.TagClassName
{
border-color: #3DA407;
}
</style>