Shades of Kelly Green #3DAA26
Tints of Kelly Green #3DAA26
RGB
CMYK
RGB Variations
Color information
#3DAA26 (or 0x3DAA26) is known color: Kelly Green. HEX triplet: 3D, AA and 26. RGB value is (61,170,38). Sum of RGB (Red+Green+Blue) = 61+170+38=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 170 (66.80% from 255 or 63.20% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAA26 is #C255D9. Grayscale: #7A7A7A. Windows color (decimal): -12735962 or 2533949. OLE color: 2533949.
HSL color Cylindrical-coordinate representation of color #3DAA26: hue angle of 109.55º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3DAA26 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 170 | 38 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.33 |
| HSL | 109.55º | 0.63% | 0.41% | - |
| HSV(B) | 109.55º | 0.78% | 0.67% | - |
| XYZ | 16.65 | 29.88 | 6.72 | - |
| YUV | 122.36 | 80.39 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 170 | 38 | 0.64 | 0 | 0.78 | 0.33 | 109.55 | 0.63 | 0.41 |
| Hex | 3D | AA | 26 | 40 | 0 | 4E | 21 | 6E | 3F | 29 |
| Octal | 75 | 252 | 46 | 100 | 0 | 116 | 41 | 156 | 77 | 51 |
| Binary | 111101 | 10101010 | 100110 | 1000000 | 0 | 1001110 | 100001 | 1101110 | 111111 | 101001 |
Color Harmonies of #3DAA26
Complementary color
Monochromatic Colors of #3DAA26
Black with #3DAA26
Text Example
Text Example
White with #3DAA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAA26; }
p { color: rgb(61,170,38); }
H1.HeaderClassName
{
color: #3DAA26;
}
.AnyTagClassName
{
color: #3DAA26;
}
</style>
background-color css
<style>
a { background-color: #3DAA26; }
a { background-color: rgb(61,170,38); }
div.DivClassName
{
background-color: #3DAA26;
}
.BgClassName
{
background-color: #3DAA26;
}
</style>
border-color css
<style>
span { border-color: #3DAA26; }
span { border-color: rgb(61,170,38); }
td.TdClassName
{
border-color: #3DAA26;
}
.TagClassName
{
border-color: #3DAA26;
}
</style>