Shades of Kelly Green #4CAC05
Tints of Kelly Green #4CAC05
RGB
CMYK
RGB Variations
Color information
#4CAC05 (or 0x4CAC05) is known color: Kelly Green. HEX triplet: 4C, AC and 05. RGB value is (76,172,5). Sum of RGB (Red+Green+Blue) = 76+172+5=253 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.04% from 253); Green value is 172 (67.58% from 255 or 67.98% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4CAC05 is #B353FA. Grayscale: #7C7C7C. Windows color (decimal): -11752443 or 371788. OLE color: 371788.
HSL color Cylindrical-coordinate representation of color #4CAC05: hue angle of 94.49º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4CAC05 is Cyan = 0.56, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 172 | 5 | - |
| CMYK | 0.56 | 0 | 0.97 | 0.33 |
| HSL | 94.49º | 0.94% | 0.35% | - |
| HSV(B) | 94.49º | 0.97% | 0.67% | - |
| XYZ | 17.76 | 31.05 | 5.2 | - |
| YUV | 124.26 | 60.7 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 5 | 0.56 | 0 | 0.97 | 0.33 | 94.49 | 0.94 | 0.35 |
| Hex | 4C | AC | 5 | 38 | 0 | 61 | 21 | 5E | 5E | 23 |
| Octal | 114 | 254 | 5 | 70 | 0 | 141 | 41 | 136 | 136 | 43 |
| Binary | 1001100 | 10101100 | 101 | 111000 | 0 | 1100001 | 100001 | 1011110 | 1011110 | 100011 |
Color Harmonies of #4CAC05
Complementary color
Monochromatic Colors of #4CAC05
Black with #4CAC05
Text Example
Text Example
White with #4CAC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAC05; }
p { color: rgb(76,172,5); }
H1.HeaderClassName
{
color: #4CAC05;
}
.AnyTagClassName
{
color: #4CAC05;
}
</style>
background-color css
<style>
a { background-color: #4CAC05; }
a { background-color: rgb(76,172,5); }
div.DivClassName
{
background-color: #4CAC05;
}
.BgClassName
{
background-color: #4CAC05;
}
</style>
border-color css
<style>
span { border-color: #4CAC05; }
span { border-color: rgb(76,172,5); }
td.TdClassName
{
border-color: #4CAC05;
}
.TagClassName
{
border-color: #4CAC05;
}
</style>