Shades of Kelly Green #4CAC08
Tints of Kelly Green #4CAC08
RGB
CMYK
RGB Variations
Color information
#4CAC08 (or 0x4CAC08) is known color: Kelly Green. HEX triplet: 4C, AC and 08. RGB value is (76,172,8). Sum of RGB (Red+Green+Blue) = 76+172+8=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 172 (67.58% from 255 or 67.19% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4CAC08 is #B353F7. Grayscale: #7D7D7D. Windows color (decimal): -11752440 or 568396. OLE color: 568396.
HSL color Cylindrical-coordinate representation of color #4CAC08: hue angle of 95.12º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4CAC08 is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 172 | 8 | - |
| CMYK | 0.56 | 0 | 0.95 | 0.33 |
| HSL | 95.12º | 0.91% | 0.35% | - |
| HSV(B) | 95.12º | 0.95% | 0.67% | - |
| XYZ | 17.78 | 31.06 | 5.29 | - |
| YUV | 124.6 | 62.2 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 8 | 0.56 | 0 | 0.95 | 0.33 | 95.12 | 0.91 | 0.35 |
| Hex | 4C | AC | 8 | 38 | 0 | 5F | 21 | 5F | 5B | 23 |
| Octal | 114 | 254 | 10 | 70 | 0 | 137 | 41 | 137 | 133 | 43 |
| Binary | 1001100 | 10101100 | 1000 | 111000 | 0 | 1011111 | 100001 | 1011111 | 1011011 | 100011 |
Color Harmonies of #4CAC08
Complementary color
Monochromatic Colors of #4CAC08
Black with #4CAC08
Text Example
Text Example
White with #4CAC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAC08; }
p { color: rgb(76,172,8); }
H1.HeaderClassName
{
color: #4CAC08;
}
.AnyTagClassName
{
color: #4CAC08;
}
</style>
background-color css
<style>
a { background-color: #4CAC08; }
a { background-color: rgb(76,172,8); }
div.DivClassName
{
background-color: #4CAC08;
}
.BgClassName
{
background-color: #4CAC08;
}
</style>
border-color css
<style>
span { border-color: #4CAC08; }
span { border-color: rgb(76,172,8); }
td.TdClassName
{
border-color: #4CAC08;
}
.TagClassName
{
border-color: #4CAC08;
}
</style>