#4C9508

Color #4C9508 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #4C9508

Tints of Limeade #4C9508

Color information

#4C9508 (or 0x4C9508) is unknown color: approx Limeade. HEX triplet: 4C, 95 and 08. RGB value is (76,149,8). Sum of RGB (Red+Green+Blue) = 76+149+8=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 149 (58.59% from 255 or 63.95% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 149 - color contains mainly: green. Hex color #4C9508 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9508 is #B36AF7. Grayscale: #6F6F6F. Windows color (decimal): -11758328 or 562508. OLE color: 562508.

HSL color Cylindrical-coordinate representation of color #4C9508: hue angle of 91.06º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C9508 is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB761498-
CMYK0.4900.950.42
HSL91.06º89.81%30.78%-
HSV(B)91.06º94.63%58.43%-
XYZ13.7723.053.95-
YUV111.169.82102.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 32.62%
GREEN value IS 149 (58.59% from 255) = 63.95%
BLUE value IS 8 (3.52% from 255) = 3.43%
R=32.62%
G=63.95%
B=3.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7614980.4900.950.4291.0689.8130.78
Hex4C9583105F2A5b5a1f
Octal114225106101375213313237
Binary1001100100101011000110001010111111010101011011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C9508; }

 p { color: rgb(76,149,8); }

 H1.HeaderClassName
 {
   color: #4C9508;
 }
 .AnyTagClassName
 {
   color: #4C9508;
 }
</style>
background-color css

<style>
 a { background-color: #4C9508; }

 a { background-color: rgb(76,149,8); }

 div.DivClassName
 {
   background-color: #4C9508;
 }
 .BgClassName
 {
   background-color: #4C9508;
 }
</style>
border-color css

<style>
 span { border-color: #4C9508; }

 span { border-color: rgb(76,149,8); }

 td.TdClassName
 {
   border-color: #4C9508;
 }
 .TagClassName
 {
   border-color: #4C9508;
 }
</style>