#51931D

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

Shades of Limeade #51931D

Tints of Limeade #51931D

Color information

#51931D (or 0x51931D) is unknown color: approx Limeade. HEX triplet: 51, 93 and 1D. RGB value is (81,147,29). Sum of RGB (Red+Green+Blue) = 81+147+29=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 147 (57.81% from 255 or 57.20% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 147 - color contains mainly: green. Hex color #51931D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51931D is #AE6CE2. Grayscale: #727272. Windows color (decimal): -11431139 or 1938257. OLE color: 1938257.

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

Color convert

RGB8114729-
CMYK0.4500.800.42
HSL93.56º67.05%34.51%-
HSV(B)93.56º80.27%57.65%-
XYZ14.0522.714.8-
YUV113.8180.13104.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.52%
GREEN value IS 147 (57.81% from 255) = 57.20%
BLUE value IS 29 (11.72% from 255) = 11.28%
R=31.52%
G=57.20%
B=11.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81147290.4500.800.4293.5667.0534.51
Hex51931D2D0502A5e4323
Octal121223355501205213610343
Binary101000110010011111011011010101000010101010111101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51931D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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