Shades of Limeade #4C8F10
Tints of Limeade #4C8F10
RGB
CMYK
RGB Variations
Color information
#4C8F10 (or 0x4C8F10) is known color: Limeade. HEX triplet: 4C, 8F and 10. RGB value is (76,143,16). Sum of RGB (Red+Green+Blue) = 76+143+16=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 143 (56.25% from 255 or 60.85% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 143 - color contains mainly: green. Hex color #4C8F10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C8F10 is #B370EF. Grayscale: #6C6C6C. Windows color (decimal): -11759856 or 1085260. OLE color: 1085260.
HSL color Cylindrical-coordinate representation of color #4C8F10: hue angle of 91.65º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C8F10 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 143 | 16 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.44 |
| HSL | 91.65º | 0.8% | 0.31% | - |
| HSV(B) | 91.65º | 0.89% | 0.56% | - |
| XYZ | 12.9 | 21.22 | 3.91 | - |
| YUV | 108.49 | 75.8 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 143 | 16 | 0.47 | 0 | 0.89 | 0.44 | 91.65 | 0.8 | 0.31 |
| Hex | 4C | 8F | 10 | 2F | 0 | 59 | 2C | 5C | 50 | 1F |
| Octal | 114 | 217 | 20 | 57 | 0 | 131 | 54 | 134 | 120 | 37 |
| Binary | 1001100 | 10001111 | 10000 | 101111 | 0 | 1011001 | 101100 | 1011100 | 1010000 | 11111 |
Color Harmonies of #4C8F10
Complementary color
Monochromatic Colors of #4C8F10
Black with #4C8F10
Text Example
Text Example
White with #4C8F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8F10; }
p { color: rgb(76,143,16); }
H1.HeaderClassName
{
color: #4C8F10;
}
.AnyTagClassName
{
color: #4C8F10;
}
</style>
background-color css
<style>
a { background-color: #4C8F10; }
a { background-color: rgb(76,143,16); }
div.DivClassName
{
background-color: #4C8F10;
}
.BgClassName
{
background-color: #4C8F10;
}
</style>
border-color css
<style>
span { border-color: #4C8F10; }
span { border-color: rgb(76,143,16); }
td.TdClassName
{
border-color: #4C8F10;
}
.TagClassName
{
border-color: #4C8F10;
}
</style>