Shades of Kelly Green #3CB714
Tints of Kelly Green #3CB714
RGB
CMYK
RGB Variations
Color information
#3CB714 (or 0x3CB714) is known color: Kelly Green. HEX triplet: 3C, B7 and 14. RGB value is (60,183,20). Sum of RGB (Red+Green+Blue) = 60+183+20=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 183 (71.88% from 255 or 69.58% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CB714 is #C348EB. Grayscale: #808080. Windows color (decimal): -12798188 or 1357628. OLE color: 1357628.
HSL color Cylindrical-coordinate representation of color #3CB714: hue angle of 105.28º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CB714 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 183 | 20 | - |
| CMYK | 0.67 | 0 | 0.89 | 0.28 |
| HSL | 105.28º | 0.8% | 0.4% | - |
| HSV(B) | 105.28º | 0.89% | 0.72% | - |
| XYZ | 18.92 | 34.88 | 6.4 | - |
| YUV | 127.64 | 67.25 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 183 | 20 | 0.67 | 0 | 0.89 | 0.28 | 105.28 | 0.8 | 0.4 |
| Hex | 3C | B7 | 14 | 43 | 0 | 59 | 1C | 69 | 50 | 28 |
| Octal | 74 | 267 | 24 | 103 | 0 | 131 | 34 | 151 | 120 | 50 |
| Binary | 111100 | 10110111 | 10100 | 1000011 | 0 | 1011001 | 11100 | 1101001 | 1010000 | 101000 |
Color Harmonies of #3CB714
Complementary color
Monochromatic Colors of #3CB714
Black with #3CB714
Text Example
Text Example
White with #3CB714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB714; }
p { color: rgb(60,183,20); }
H1.HeaderClassName
{
color: #3CB714;
}
.AnyTagClassName
{
color: #3CB714;
}
</style>
background-color css
<style>
a { background-color: #3CB714; }
a { background-color: rgb(60,183,20); }
div.DivClassName
{
background-color: #3CB714;
}
.BgClassName
{
background-color: #3CB714;
}
</style>
border-color css
<style>
span { border-color: #3CB714; }
span { border-color: rgb(60,183,20); }
td.TdClassName
{
border-color: #3CB714;
}
.TagClassName
{
border-color: #3CB714;
}
</style>