#51942D

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

Shades of Limeade #51942D

Tints of Limeade #51942D

Color information

#51942D (or 0x51942D) is unknown color: approx Limeade. HEX triplet: 51, 94 and 2D. RGB value is (81,148,45). Sum of RGB (Red+Green+Blue) = 81+148+45=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #51942D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51942D is #AE6BD2. Grayscale: #747474. Windows color (decimal): -11430867 or 2987089. OLE color: 2987089.

HSL color Cylindrical-coordinate representation of color #51942D: hue angle of 99.03º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51942D is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB8114845-
CMYK0.4500.700.42
HSL99.03º53.37%37.84%-
HSV(B)99.03º69.59%58.04%-
XYZ14.4623.126.18-
YUV116.2287.8102.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.56%
GREEN value IS 148 (58.20% from 255) = 54.01%
BLUE value IS 45 (17.97% from 255) = 16.42%
R=29.56%
G=54.01%
B=16.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81148450.4500.700.4299.0353.3737.84
Hex51942D2D0462A633526
Octal12122455550106521436546
Binary101000110010100101101101101010001101010101100011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51942D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51942D; }

 p { color: rgb(81,148,45); }

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

<style>
 a { background-color: #51942D; }

 a { background-color: rgb(81,148,45); }

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

<style>
 span { border-color: #51942D; }

 span { border-color: rgb(81,148,45); }

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