#51951D

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

Shades of Limeade #51951D

Tints of Limeade #51951D

Color information

#51951D (or 0x51951D) is unknown color: approx Limeade. HEX triplet: 51, 95 and 1D. RGB value is (81,149,29). Sum of RGB (Red+Green+Blue) = 81+149+29=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #51951D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51951D is #AE6AE2. Grayscale: #737373. Windows color (decimal): -11430627 or 1938769. OLE color: 1938769.

HSL color Cylindrical-coordinate representation of color #51951D: hue angle of 94º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51951D is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB8114929-
CMYK0.4600.810.42
HSL94º67.42%34.9%-
HSV(B)94º80.54%58.43%-
XYZ14.3623.334.91-
YUV114.9979.47103.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 149 (58.59% from 255) = 57.53%
BLUE value IS 29 (11.72% from 255) = 11.20%
R=31.27%
G=57.53%
B=11.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81149290.4600.810.429467.4234.9
Hex51951D2E0512A5e4323
Octal121225355601215213610343
Binary101000110010101111011011100101000110101010111101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51951D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,149,29); }

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

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

 a { background-color: rgb(81,149,29); }

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

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

 span { border-color: rgb(81,149,29); }

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