Shades of Kelly Green #3CA514
Tints of Kelly Green #3CA514
RGB
CMYK
RGB Variations
Color information
#3CA514 (or 0x3CA514) is known color: Kelly Green. HEX triplet: 3C, A5 and 14. RGB value is (60,165,20). Sum of RGB (Red+Green+Blue) = 60+165+20=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 165 (64.84% from 255 or 67.35% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 165 - color contains mainly: green. Hex color #3CA514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA514 is #C35AEB. Grayscale: #757575. Windows color (decimal): -12802796 or 1353020. OLE color: 1353020.
HSL color Cylindrical-coordinate representation of color #3CA514: hue angle of 103.45º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3CA514 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 165 | 20 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.35 |
| HSL | 103.45º | 0.78% | 0.36% | - |
| HSV(B) | 103.45º | 0.88% | 0.65% | - |
| XYZ | 15.44 | 27.92 | 5.24 | - |
| YUV | 117.08 | 73.21 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 165 | 20 | 0.64 | 0 | 0.88 | 0.35 | 103.45 | 0.78 | 0.36 |
| Hex | 3C | A5 | 14 | 40 | 0 | 58 | 23 | 67 | 4E | 24 |
| Octal | 74 | 245 | 24 | 100 | 0 | 130 | 43 | 147 | 116 | 44 |
| Binary | 111100 | 10100101 | 10100 | 1000000 | 0 | 1011000 | 100011 | 1100111 | 1001110 | 100100 |
Color Harmonies of #3CA514
Complementary color
Monochromatic Colors of #3CA514
Black with #3CA514
Text Example
Text Example
White with #3CA514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA514; }
p { color: rgb(60,165,20); }
H1.HeaderClassName
{
color: #3CA514;
}
.AnyTagClassName
{
color: #3CA514;
}
</style>
background-color css
<style>
a { background-color: #3CA514; }
a { background-color: rgb(60,165,20); }
div.DivClassName
{
background-color: #3CA514;
}
.BgClassName
{
background-color: #3CA514;
}
</style>
border-color css
<style>
span { border-color: #3CA514; }
span { border-color: rgb(60,165,20); }
td.TdClassName
{
border-color: #3CA514;
}
.TagClassName
{
border-color: #3CA514;
}
</style>