Shades of Kelly Green #3DAA14
Tints of Kelly Green #3DAA14
RGB
CMYK
RGB Variations
Color information
#3DAA14 (or 0x3DAA14) is known color: Kelly Green. HEX triplet: 3D, AA and 14. RGB value is (61,170,20). Sum of RGB (Red+Green+Blue) = 61+170+20=251 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.30% from 251); Green value is 170 (66.80% from 255 or 67.73% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DAA14 is #C255EB. Grayscale: #787878. Windows color (decimal): -12735980 or 1354301. OLE color: 1354301.
HSL color Cylindrical-coordinate representation of color #3DAA14: hue angle of 103.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3DAA14 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 170 | 20 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.33 |
| HSL | 103.6º | 0.79% | 0.37% | - |
| HSV(B) | 103.6º | 0.88% | 0.67% | - |
| XYZ | 16.43 | 29.79 | 5.55 | - |
| YUV | 120.31 | 71.39 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 170 | 20 | 0.64 | 0 | 0.88 | 0.33 | 103.6 | 0.79 | 0.37 |
| Hex | 3D | AA | 14 | 40 | 0 | 58 | 21 | 68 | 4F | 25 |
| Octal | 75 | 252 | 24 | 100 | 0 | 130 | 41 | 150 | 117 | 45 |
| Binary | 111101 | 10101010 | 10100 | 1000000 | 0 | 1011000 | 100001 | 1101000 | 1001111 | 100101 |
Color Harmonies of #3DAA14
Complementary color
Monochromatic Colors of #3DAA14
Black with #3DAA14
Text Example
Text Example
White with #3DAA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAA14; }
p { color: rgb(61,170,20); }
H1.HeaderClassName
{
color: #3DAA14;
}
.AnyTagClassName
{
color: #3DAA14;
}
</style>
background-color css
<style>
a { background-color: #3DAA14; }
a { background-color: rgb(61,170,20); }
div.DivClassName
{
background-color: #3DAA14;
}
.BgClassName
{
background-color: #3DAA14;
}
</style>
border-color css
<style>
span { border-color: #3DAA14; }
span { border-color: rgb(61,170,20); }
td.TdClassName
{
border-color: #3DAA14;
}
.TagClassName
{
border-color: #3DAA14;
}
</style>