Shades of Kelly Green #3DB416
Tints of Kelly Green #3DB416
RGB
CMYK
RGB Variations
Color information
#3DB416 (or 0x3DB416) is known color: Kelly Green. HEX triplet: 3D, B4 and 16. RGB value is (61,180,22). Sum of RGB (Red+Green+Blue) = 61+180+22=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 180 (70.70% from 255 or 68.44% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB416 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB416 is #C24BE9. Grayscale: #7E7E7E. Windows color (decimal): -12733418 or 1487933. OLE color: 1487933.
HSL color Cylindrical-coordinate representation of color #3DB416: hue angle of 105.19º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3DB416 is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 22 | - |
| CMYK | 0.66 | 0 | 0.88 | 0.29 |
| HSL | 105.19º | 0.78% | 0.4% | - |
| HSV(B) | 105.19º | 0.88% | 0.71% | - |
| XYZ | 18.39 | 33.69 | 6.29 | - |
| YUV | 126.41 | 69.08 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 22 | 0.66 | 0 | 0.88 | 0.29 | 105.19 | 0.78 | 0.4 |
| Hex | 3D | B4 | 16 | 42 | 0 | 58 | 1D | 69 | 4E | 28 |
| Octal | 75 | 264 | 26 | 102 | 0 | 130 | 35 | 151 | 116 | 50 |
| Binary | 111101 | 10110100 | 10110 | 1000010 | 0 | 1011000 | 11101 | 1101001 | 1001110 | 101000 |
Color Harmonies of #3DB416
Complementary color
Monochromatic Colors of #3DB416
Black with #3DB416
Text Example
Text Example
White with #3DB416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB416; }
p { color: rgb(61,180,22); }
H1.HeaderClassName
{
color: #3DB416;
}
.AnyTagClassName
{
color: #3DB416;
}
</style>
background-color css
<style>
a { background-color: #3DB416; }
a { background-color: rgb(61,180,22); }
div.DivClassName
{
background-color: #3DB416;
}
.BgClassName
{
background-color: #3DB416;
}
</style>
border-color css
<style>
span { border-color: #3DB416; }
span { border-color: rgb(61,180,22); }
td.TdClassName
{
border-color: #3DB416;
}
.TagClassName
{
border-color: #3DB416;
}
</style>