Shades of Kelly Green #3DB506
Tints of Kelly Green #3DB506
RGB
CMYK
RGB Variations
Color information
#3DB506 (or 0x3DB506) is known color: Kelly Green. HEX triplet: 3D, B5 and 06. RGB value is (61,181,6). Sum of RGB (Red+Green+Blue) = 61+181+6=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 181 (71.09% from 255 or 72.98% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB506 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB506 is #C24AF9. Grayscale: #7D7D7D. Windows color (decimal): -12733178 or 439613. OLE color: 439613.
HSL color Cylindrical-coordinate representation of color #3DB506: hue angle of 101.14º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3DB506 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 6 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.29 |
| HSL | 101.14º | 0.94% | 0.37% | - |
| HSV(B) | 101.14º | 0.97% | 0.71% | - |
| XYZ | 18.48 | 34.05 | 5.77 | - |
| YUV | 125.17 | 60.74 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 6 | 0.66 | 0 | 0.97 | 0.29 | 101.14 | 0.94 | 0.37 |
| Hex | 3D | B5 | 6 | 42 | 0 | 61 | 1D | 65 | 5E | 25 |
| Octal | 75 | 265 | 6 | 102 | 0 | 141 | 35 | 145 | 136 | 45 |
| Binary | 111101 | 10110101 | 110 | 1000010 | 0 | 1100001 | 11101 | 1100101 | 1011110 | 100101 |
Color Harmonies of #3DB506
Complementary color
Monochromatic Colors of #3DB506
Black with #3DB506
Text Example
Text Example
White with #3DB506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB506; }
p { color: rgb(61,181,6); }
H1.HeaderClassName
{
color: #3DB506;
}
.AnyTagClassName
{
color: #3DB506;
}
</style>
background-color css
<style>
a { background-color: #3DB506; }
a { background-color: rgb(61,181,6); }
div.DivClassName
{
background-color: #3DB506;
}
.BgClassName
{
background-color: #3DB506;
}
</style>
border-color css
<style>
span { border-color: #3DB506; }
span { border-color: rgb(61,181,6); }
td.TdClassName
{
border-color: #3DB506;
}
.TagClassName
{
border-color: #3DB506;
}
</style>