Shades of Kelly Green #3DBD17
Tints of Kelly Green #3DBD17
RGB
CMYK
RGB Variations
Color information
#3DBD17 (or 0x3DBD17) is known color: Kelly Green. HEX triplet: 3D, BD and 17. RGB value is (61,189,23). Sum of RGB (Red+Green+Blue) = 61+189+23=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 189 (74.22% from 255 or 69.23% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBD17 is #C242E8. Grayscale: #848484. Windows color (decimal): -12731113 or 1555773. OLE color: 1555773.
HSL color Cylindrical-coordinate representation of color #3DBD17: hue angle of 106.27º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3DBD17 is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 189 | 23 | - |
| CMYK | 0.68 | 0 | 0.88 | 0.26 |
| HSL | 106.27º | 0.78% | 0.42% | - |
| HSV(B) | 106.27º | 0.88% | 0.74% | - |
| XYZ | 20.28 | 37.45 | 6.97 | - |
| YUV | 131.8 | 66.59 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 23 | 0.68 | 0 | 0.88 | 0.26 | 106.27 | 0.78 | 0.42 |
| Hex | 3D | BD | 17 | 44 | 0 | 58 | 1A | 6A | 4E | 2A |
| Octal | 75 | 275 | 27 | 104 | 0 | 130 | 32 | 152 | 116 | 52 |
| Binary | 111101 | 10111101 | 10111 | 1000100 | 0 | 1011000 | 11010 | 1101010 | 1001110 | 101010 |
Color Harmonies of #3DBD17
Complementary color
Monochromatic Colors of #3DBD17
Black with #3DBD17
Text Example
Text Example
White with #3DBD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBD17; }
p { color: rgb(61,189,23); }
H1.HeaderClassName
{
color: #3DBD17;
}
.AnyTagClassName
{
color: #3DBD17;
}
</style>
background-color css
<style>
a { background-color: #3DBD17; }
a { background-color: rgb(61,189,23); }
div.DivClassName
{
background-color: #3DBD17;
}
.BgClassName
{
background-color: #3DBD17;
}
</style>
border-color css
<style>
span { border-color: #3DBD17; }
span { border-color: rgb(61,189,23); }
td.TdClassName
{
border-color: #3DBD17;
}
.TagClassName
{
border-color: #3DBD17;
}
</style>