Shades of Kelly Green #3DB517
Tints of Kelly Green #3DB517
RGB
CMYK
RGB Variations
Color information
#3DB517 (or 0x3DB517) is known color: Kelly Green. HEX triplet: 3D, B5 and 17. RGB value is (61,181,23). Sum of RGB (Red+Green+Blue) = 61+181+23=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 181 (71.09% from 255 or 68.30% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB517 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB517 is #C24AE8. Grayscale: #7F7F7F. Windows color (decimal): -12733161 or 1553725. OLE color: 1553725.
HSL color Cylindrical-coordinate representation of color #3DB517: hue angle of 105.57º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DB517 is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 23 | - |
| CMYK | 0.66 | 0 | 0.87 | 0.29 |
| HSL | 105.57º | 0.77% | 0.4% | - |
| HSV(B) | 105.57º | 0.87% | 0.71% | - |
| XYZ | 18.6 | 34.1 | 6.41 | - |
| YUV | 127.11 | 69.24 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 23 | 0.66 | 0 | 0.87 | 0.29 | 105.57 | 0.77 | 0.4 |
| Hex | 3D | B5 | 17 | 42 | 0 | 57 | 1D | 6A | 4D | 28 |
| Octal | 75 | 265 | 27 | 102 | 0 | 127 | 35 | 152 | 115 | 50 |
| Binary | 111101 | 10110101 | 10111 | 1000010 | 0 | 1010111 | 11101 | 1101010 | 1001101 | 101000 |
Color Harmonies of #3DB517
Complementary color
Monochromatic Colors of #3DB517
Black with #3DB517
Text Example
Text Example
White with #3DB517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB517; }
p { color: rgb(61,181,23); }
H1.HeaderClassName
{
color: #3DB517;
}
.AnyTagClassName
{
color: #3DB517;
}
</style>
background-color css
<style>
a { background-color: #3DB517; }
a { background-color: rgb(61,181,23); }
div.DivClassName
{
background-color: #3DB517;
}
.BgClassName
{
background-color: #3DB517;
}
</style>
border-color css
<style>
span { border-color: #3DB517; }
span { border-color: rgb(61,181,23); }
td.TdClassName
{
border-color: #3DB517;
}
.TagClassName
{
border-color: #3DB517;
}
</style>