Shades of Kelly Green #3DAB20
Tints of Kelly Green #3DAB20
RGB
CMYK
RGB Variations
Color information
#3DAB20 (or 0x3DAB20) is known color: Kelly Green. HEX triplet: 3D, AB and 20. RGB value is (61,171,32). Sum of RGB (Red+Green+Blue) = 61+171+32=264 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.11% from 264); Green value is 171 (67.19% from 255 or 64.77% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAB20 is #C254DF. Grayscale: #7A7A7A. Windows color (decimal): -12735712 or 2140989. OLE color: 2140989.
HSL color Cylindrical-coordinate representation of color #3DAB20: hue angle of 107.48º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DAB20 is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 171 | 32 | - |
| CMYK | 0.64 | 0 | 0.81 | 0.33 |
| HSL | 107.48º | 0.68% | 0.4% | - |
| HSV(B) | 107.48º | 0.81% | 0.67% | - |
| XYZ | 16.75 | 30.22 | 6.32 | - |
| YUV | 122.26 | 77.06 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 32 | 0.64 | 0 | 0.81 | 0.33 | 107.48 | 0.68 | 0.4 |
| Hex | 3D | AB | 20 | 40 | 0 | 51 | 21 | 6B | 44 | 28 |
| Octal | 75 | 253 | 40 | 100 | 0 | 121 | 41 | 153 | 104 | 50 |
| Binary | 111101 | 10101011 | 100000 | 1000000 | 0 | 1010001 | 100001 | 1101011 | 1000100 | 101000 |
Color Harmonies of #3DAB20
Complementary color
Monochromatic Colors of #3DAB20
Black with #3DAB20
Text Example
Text Example
White with #3DAB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAB20; }
p { color: rgb(61,171,32); }
H1.HeaderClassName
{
color: #3DAB20;
}
.AnyTagClassName
{
color: #3DAB20;
}
</style>
background-color css
<style>
a { background-color: #3DAB20; }
a { background-color: rgb(61,171,32); }
div.DivClassName
{
background-color: #3DAB20;
}
.BgClassName
{
background-color: #3DAB20;
}
</style>
border-color css
<style>
span { border-color: #3DAB20; }
span { border-color: rgb(61,171,32); }
td.TdClassName
{
border-color: #3DAB20;
}
.TagClassName
{
border-color: #3DAB20;
}
</style>