Shades of Kelly Green #3CB705
Tints of Kelly Green #3CB705
RGB
CMYK
RGB Variations
Color information
#3CB705 (or 0x3CB705) is known color: Kelly Green. HEX triplet: 3C, B7 and 05. RGB value is (60,183,5). Sum of RGB (Red+Green+Blue) = 60+183+5=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 183 (71.88% from 255 or 73.79% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB705 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CB705 is #C348FA. Grayscale: #7E7E7E. Windows color (decimal): -12798203 or 374588. OLE color: 374588.
HSL color Cylindrical-coordinate representation of color #3CB705: hue angle of 101.46º 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 #3CB705 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 183 | 5 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.28 |
| HSL | 101.46º | 0.95% | 0.37% | - |
| HSV(B) | 101.46º | 0.97% | 0.72% | - |
| XYZ | 18.82 | 34.84 | 5.88 | - |
| YUV | 125.93 | 59.75 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 183 | 5 | 0.67 | 0 | 0.97 | 0.28 | 101.46 | 0.95 | 0.37 |
| Hex | 3C | B7 | 5 | 43 | 0 | 61 | 1C | 65 | 5F | 25 |
| Octal | 74 | 267 | 5 | 103 | 0 | 141 | 34 | 145 | 137 | 45 |
| Binary | 111100 | 10110111 | 101 | 1000011 | 0 | 1100001 | 11100 | 1100101 | 1011111 | 100101 |
Color Harmonies of #3CB705
Complementary color
Monochromatic Colors of #3CB705
Black with #3CB705
Text Example
Text Example
White with #3CB705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB705; }
p { color: rgb(60,183,5); }
H1.HeaderClassName
{
color: #3CB705;
}
.AnyTagClassName
{
color: #3CB705;
}
</style>
background-color css
<style>
a { background-color: #3CB705; }
a { background-color: rgb(60,183,5); }
div.DivClassName
{
background-color: #3CB705;
}
.BgClassName
{
background-color: #3CB705;
}
</style>
border-color css
<style>
span { border-color: #3CB705; }
span { border-color: rgb(60,183,5); }
td.TdClassName
{
border-color: #3CB705;
}
.TagClassName
{
border-color: #3CB705;
}
</style>