#4D970C

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

Shades of Limeade #4D970C

Tints of Limeade #4D970C

Color information

#4D970C (or 0x4D970C) is unknown color: approx Limeade. HEX triplet: 4D, 97 and 0C. RGB value is (77,151,12). Sum of RGB (Red+Green+Blue) = 77+151+12=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 151 (59.38% from 255 or 62.92% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 151 - color contains mainly: green. Hex color #4D970C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D970C is #B268F3. Grayscale: #717171. Windows color (decimal): -11692276 or 825165. OLE color: 825165.

HSL color Cylindrical-coordinate representation of color #4D970C: hue angle of 91.94º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D970C is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB7715112-
CMYK0.4900.920.41
HSL91.94º85.28%31.96%-
HSV(B)91.94º92.05%59.22%-
XYZ14.1923.744.18-
YUV113.0370.98102.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.08%
GREEN value IS 151 (59.38% from 255) = 62.92%
BLUE value IS 12 (5.08% from 255) = 5%
R=32.08%
G=62.92%
B=5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal77151120.4900.920.4191.9485.2831.96
Hex4D97C3105C295c5520
Octal115227146101345113412540
Binary10011011001011111001100010101110010100110111001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D970C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,151,12); }

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

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

 a { background-color: rgb(77,151,12); }

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

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

 span { border-color: rgb(77,151,12); }

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