Shades of Kelly Green #3DB705
Tints of Kelly Green #3DB705
RGB
CMYK
RGB Variations
Color information
#3DB705 (or 0x3DB705) is known color: Kelly Green. HEX triplet: 3D, B7 and 05. RGB value is (61,183,5). Sum of RGB (Red+Green+Blue) = 61+183+5=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 183 (71.88% from 255 or 73.49% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB705 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB705 is #C248FA. Grayscale: #7E7E7E. Windows color (decimal): -12732667 or 374589. OLE color: 374589.
HSL color Cylindrical-coordinate representation of color #3DB705: hue angle of 101.12º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3DB705 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 5 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.28 |
| HSL | 101.12º | 0.95% | 0.37% | - |
| HSV(B) | 101.12º | 0.97% | 0.72% | - |
| XYZ | 18.89 | 34.87 | 5.88 | - |
| YUV | 126.23 | 59.58 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 5 | 0.67 | 0 | 0.97 | 0.28 | 101.12 | 0.95 | 0.37 |
| Hex | 3D | B7 | 5 | 43 | 0 | 61 | 1C | 65 | 5F | 25 |
| Octal | 75 | 267 | 5 | 103 | 0 | 141 | 34 | 145 | 137 | 45 |
| Binary | 111101 | 10110111 | 101 | 1000011 | 0 | 1100001 | 11100 | 1100101 | 1011111 | 100101 |
Color Harmonies of #3DB705
Complementary color
Monochromatic Colors of #3DB705
Black with #3DB705
Text Example
Text Example
White with #3DB705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB705; }
p { color: rgb(61,183,5); }
H1.HeaderClassName
{
color: #3DB705;
}
.AnyTagClassName
{
color: #3DB705;
}
</style>
background-color css
<style>
a { background-color: #3DB705; }
a { background-color: rgb(61,183,5); }
div.DivClassName
{
background-color: #3DB705;
}
.BgClassName
{
background-color: #3DB705;
}
</style>
border-color css
<style>
span { border-color: #3DB705; }
span { border-color: rgb(61,183,5); }
td.TdClassName
{
border-color: #3DB705;
}
.TagClassName
{
border-color: #3DB705;
}
</style>