#4C910D

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

Shades of Limeade #4C910D

Tints of Limeade #4C910D

Color information

#4C910D (or 0x4C910D) is unknown color: approx Limeade. HEX triplet: 4C, 91 and 0D. RGB value is (76,145,13). Sum of RGB (Red+Green+Blue) = 76+145+13=234 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.48% from 234); Green value is 145 (57.03% from 255 or 61.97% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 145 - color contains mainly: green. Hex color #4C910D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C910D is #B36EF2. Grayscale: #6D6D6D. Windows color (decimal): -11759347 or 889164. OLE color: 889164.

HSL color Cylindrical-coordinate representation of color #4C910D: hue angle of 91.36º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C910D is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB7614513-
CMYK0.4800.910.43
HSL91.36º83.54%30.98%-
HSV(B)91.36º91.03%56.86%-
XYZ13.1821.823.9-
YUV109.3273.64104.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.48%
GREEN value IS 145 (57.03% from 255) = 61.97%
BLUE value IS 13 (5.47% from 255) = 5.56%
R=32.48%
G=61.97%
B=5.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76145130.4800.910.4391.3683.5430.98
Hex4C91D3005B2B5b541f
Octal114221156001335313312437
Binary1001100100100011101110000010110111010111011011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C910D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,145,13); }

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

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

 a { background-color: rgb(76,145,13); }

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

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

 span { border-color: rgb(76,145,13); }

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