Shades of Kelly Green #4AC714
Tints of Kelly Green #4AC714
RGB
CMYK
RGB Variations
Color information
#4AC714 (or 0x4AC714) is known color: Kelly Green. HEX triplet: 4A, C7 and 14. RGB value is (74,199,20). Sum of RGB (Red+Green+Blue) = 74+199+20=293 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.26% from 293); Green value is 199 (78.12% from 255 or 67.92% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 199 - color contains mainly: green. Hex color #4AC714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC714 is #B538EB. Grayscale: #8D8D8D. Windows color (decimal): -11876588 or 1361738. OLE color: 1361738.
HSL color Cylindrical-coordinate representation of color #4AC714: hue angle of 101.9º 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 #4AC714 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 199 | 20 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.22 |
| HSL | 101.9º | 0.82% | 0.43% | - |
| HSV(B) | 101.9º | 0.9% | 0.78% | - |
| XYZ | 23.37 | 42.35 | 7.6 | - |
| YUV | 141.22 | 59.59 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 199 | 20 | 0.63 | 0 | 0.90 | 0.22 | 101.9 | 0.82 | 0.43 |
| Hex | 4A | C7 | 14 | 3F | 0 | 5A | 16 | 66 | 52 | 2B |
| Octal | 112 | 307 | 24 | 77 | 0 | 132 | 26 | 146 | 122 | 53 |
| Binary | 1001010 | 11000111 | 10100 | 111111 | 0 | 1011010 | 10110 | 1100110 | 1010010 | 101011 |
Color Harmonies of #4AC714
Complementary color
Monochromatic Colors of #4AC714
Black with #4AC714
Text Example
Text Example
White with #4AC714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC714; }
p { color: rgb(74,199,20); }
H1.HeaderClassName
{
color: #4AC714;
}
.AnyTagClassName
{
color: #4AC714;
}
</style>
background-color css
<style>
a { background-color: #4AC714; }
a { background-color: rgb(74,199,20); }
div.DivClassName
{
background-color: #4AC714;
}
.BgClassName
{
background-color: #4AC714;
}
</style>
border-color css
<style>
span { border-color: #4AC714; }
span { border-color: rgb(74,199,20); }
td.TdClassName
{
border-color: #4AC714;
}
.TagClassName
{
border-color: #4AC714;
}
</style>