Shades of Kelly Green #4CC714
Tints of Kelly Green #4CC714
RGB
CMYK
RGB Variations
Color information
#4CC714 (or 0x4CC714) is known color: Kelly Green. HEX triplet: 4C, C7 and 14. RGB value is (76,199,20). Sum of RGB (Red+Green+Blue) = 76+199+20=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 199 (78.12% from 255 or 67.46% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 199 - color contains mainly: green. Hex color #4CC714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CC714 is #B338EB. Grayscale: #8E8E8E. Windows color (decimal): -11745516 or 1361740. OLE color: 1361740.
HSL color Cylindrical-coordinate representation of color #4CC714: hue angle of 101.23º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4CC714 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 76 | 199 | 20 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.22 |
| HSL | 101.23º | 0.82% | 0.43% | - |
| HSV(B) | 101.23º | 0.9% | 0.78% | - |
| XYZ | 23.53 | 42.43 | 7.61 | - |
| YUV | 141.82 | 59.25 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 199 | 20 | 0.62 | 0 | 0.90 | 0.22 | 101.23 | 0.82 | 0.43 |
| Hex | 4C | C7 | 14 | 3E | 0 | 5A | 16 | 65 | 52 | 2B |
| Octal | 114 | 307 | 24 | 76 | 0 | 132 | 26 | 145 | 122 | 53 |
| Binary | 1001100 | 11000111 | 10100 | 111110 | 0 | 1011010 | 10110 | 1100101 | 1010010 | 101011 |
Color Harmonies of #4CC714
Complementary color
Monochromatic Colors of #4CC714
Black with #4CC714
Text Example
Text Example
White with #4CC714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC714; }
p { color: rgb(76,199,20); }
H1.HeaderClassName
{
color: #4CC714;
}
.AnyTagClassName
{
color: #4CC714;
}
</style>
background-color css
<style>
a { background-color: #4CC714; }
a { background-color: rgb(76,199,20); }
div.DivClassName
{
background-color: #4CC714;
}
.BgClassName
{
background-color: #4CC714;
}
</style>
border-color css
<style>
span { border-color: #4CC714; }
span { border-color: rgb(76,199,20); }
td.TdClassName
{
border-color: #4CC714;
}
.TagClassName
{
border-color: #4CC714;
}
</style>