Shades of Kelly Green #3DA00F
Tints of Kelly Green #3DA00F
RGB
CMYK
RGB Variations
Color information
#3DA00F (or 0x3DA00F) is known color: Kelly Green. HEX triplet: 3D, A0 and 0F. RGB value is (61,160,15). Sum of RGB (Red+Green+Blue) = 61+160+15=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 160 (62.89% from 255 or 67.80% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA00F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA00F is #C25FF0. Grayscale: #727272. Windows color (decimal): -12738545 or 1024061. OLE color: 1024061.
HSL color Cylindrical-coordinate representation of color #3DA00F: hue angle of 100.97º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3DA00F is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 160 | 15 | - |
| CMYK | 0.62 | 0 | 0.91 | 0.37 |
| HSL | 100.97º | 0.83% | 0.34% | - |
| HSV(B) | 100.97º | 0.91% | 0.63% | - |
| XYZ | 14.58 | 26.17 | 4.73 | - |
| YUV | 113.87 | 72.2 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 15 | 0.62 | 0 | 0.91 | 0.37 | 100.97 | 0.83 | 0.34 |
| Hex | 3D | A0 | F | 3E | 0 | 5B | 25 | 65 | 53 | 22 |
| Octal | 75 | 240 | 17 | 76 | 0 | 133 | 45 | 145 | 123 | 42 |
| Binary | 111101 | 10100000 | 1111 | 111110 | 0 | 1011011 | 100101 | 1100101 | 1010011 | 100010 |
Color Harmonies of #3DA00F
Complementary color
Monochromatic Colors of #3DA00F
Black with #3DA00F
Text Example
Text Example
White with #3DA00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA00F; }
p { color: rgb(61,160,15); }
H1.HeaderClassName
{
color: #3DA00F;
}
.AnyTagClassName
{
color: #3DA00F;
}
</style>
background-color css
<style>
a { background-color: #3DA00F; }
a { background-color: rgb(61,160,15); }
div.DivClassName
{
background-color: #3DA00F;
}
.BgClassName
{
background-color: #3DA00F;
}
</style>
border-color css
<style>
span { border-color: #3DA00F; }
span { border-color: rgb(61,160,15); }
td.TdClassName
{
border-color: #3DA00F;
}
.TagClassName
{
border-color: #3DA00F;
}
</style>