Shades of Kelly Green #3DBD16
Tints of Kelly Green #3DBD16
RGB
CMYK
RGB Variations
Color information
#3DBD16 (or 0x3DBD16) is known color: Kelly Green. HEX triplet: 3D, BD and 16. RGB value is (61,189,22). Sum of RGB (Red+Green+Blue) = 61+189+22=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 189 (74.22% from 255 or 69.49% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBD16 is #C242E9. Grayscale: #848484. Windows color (decimal): -12731114 or 1490237. OLE color: 1490237.
HSL color Cylindrical-coordinate representation of color #3DBD16: hue angle of 105.99º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3DBD16 is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 189 | 22 | - |
| CMYK | 0.68 | 0 | 0.88 | 0.26 |
| HSL | 105.99º | 0.79% | 0.41% | - |
| HSV(B) | 105.99º | 0.88% | 0.74% | - |
| XYZ | 20.27 | 37.45 | 6.92 | - |
| YUV | 131.69 | 66.09 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 22 | 0.68 | 0 | 0.88 | 0.26 | 105.99 | 0.79 | 0.41 |
| Hex | 3D | BD | 16 | 44 | 0 | 58 | 1A | 6A | 4F | 29 |
| Octal | 75 | 275 | 26 | 104 | 0 | 130 | 32 | 152 | 117 | 51 |
| Binary | 111101 | 10111101 | 10110 | 1000100 | 0 | 1011000 | 11010 | 1101010 | 1001111 | 101001 |
Color Harmonies of #3DBD16
Complementary color
Monochromatic Colors of #3DBD16
Black with #3DBD16
Text Example
Text Example
White with #3DBD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBD16; }
p { color: rgb(61,189,22); }
H1.HeaderClassName
{
color: #3DBD16;
}
.AnyTagClassName
{
color: #3DBD16;
}
</style>
background-color css
<style>
a { background-color: #3DBD16; }
a { background-color: rgb(61,189,22); }
div.DivClassName
{
background-color: #3DBD16;
}
.BgClassName
{
background-color: #3DBD16;
}
</style>
border-color css
<style>
span { border-color: #3DBD16; }
span { border-color: rgb(61,189,22); }
td.TdClassName
{
border-color: #3DBD16;
}
.TagClassName
{
border-color: #3DBD16;
}
</style>