Shades of Kelly Green #3DB529
Tints of Kelly Green #3DB529
RGB
CMYK
RGB Variations
Color information
#3DB529 (or 0x3DB529) is known color: Kelly Green. HEX triplet: 3D, B5 and 29. RGB value is (61,181,41). Sum of RGB (Red+Green+Blue) = 61+181+41=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 181 (71.09% from 255 or 63.96% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB529 is #C24AD6. Grayscale: #818181. Windows color (decimal): -12733143 or 2733373. OLE color: 2733373.
HSL color Cylindrical-coordinate representation of color #3DB529: hue angle of 111.43º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3DB529 is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 41 | - |
| CMYK | 0.66 | 0 | 0.77 | 0.29 |
| HSL | 111.43º | 0.63% | 0.44% | - |
| HSV(B) | 111.43º | 0.77% | 0.71% | - |
| XYZ | 18.85 | 34.2 | 7.71 | - |
| YUV | 129.16 | 78.24 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 41 | 0.66 | 0 | 0.77 | 0.29 | 111.43 | 0.63 | 0.44 |
| Hex | 3D | B5 | 29 | 42 | 0 | 4D | 1D | 6F | 3F | 2C |
| Octal | 75 | 265 | 51 | 102 | 0 | 115 | 35 | 157 | 77 | 54 |
| Binary | 111101 | 10110101 | 101001 | 1000010 | 0 | 1001101 | 11101 | 1101111 | 111111 | 101100 |
Color Harmonies of #3DB529
Complementary color
Monochromatic Colors of #3DB529
Black with #3DB529
Text Example
Text Example
White with #3DB529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB529; }
p { color: rgb(61,181,41); }
H1.HeaderClassName
{
color: #3DB529;
}
.AnyTagClassName
{
color: #3DB529;
}
</style>
background-color css
<style>
a { background-color: #3DB529; }
a { background-color: rgb(61,181,41); }
div.DivClassName
{
background-color: #3DB529;
}
.BgClassName
{
background-color: #3DB529;
}
</style>
border-color css
<style>
span { border-color: #3DB529; }
span { border-color: rgb(61,181,41); }
td.TdClassName
{
border-color: #3DB529;
}
.TagClassName
{
border-color: #3DB529;
}
</style>