#4C9506

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

Shades of Limeade #4C9506

Tints of Limeade #4C9506

Color information

#4C9506 (or 0x4C9506) is unknown color: approx Limeade. HEX triplet: 4C, 95 and 06. RGB value is (76,149,6). Sum of RGB (Red+Green+Blue) = 76+149+6=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 149 (58.59% from 255 or 64.50% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 149 - color contains mainly: green. Hex color #4C9506 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9506 is #B36AF9. Grayscale: #6F6F6F. Windows color (decimal): -11758330 or 431436. OLE color: 431436.

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

Color convert

RGB761496-
CMYK0.4900.960.42
HSL90.63º92.26%30.39%-
HSV(B)90.63º95.97%58.43%-
XYZ13.7623.043.9-
YUV110.8768.82103.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.90%
GREEN value IS 149 (58.59% from 255) = 64.50%
BLUE value IS 6 (2.73% from 255) = 2.60%
R=32.90%
G=64.50%
B=2.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7614960.4900.960.4290.6392.2630.39
Hex4C956310602A5b5c1e
Octal11422566101405213313436
Binary100110010010101110110001011000001010101011011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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