#51941A

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

Shades of Limeade #51941A

Tints of Limeade #51941A

Color information

#51941A (or 0x51941A) is unknown color: approx Limeade. HEX triplet: 51, 94 and 1A. RGB value is (81,148,26). Sum of RGB (Red+Green+Blue) = 81+148+26=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 148 (58.20% from 255 or 58.04% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 148 - color contains mainly: green. Hex color #51941A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51941A is #AE6BE5. Grayscale: #727272. Windows color (decimal): -11430886 or 1741905. OLE color: 1741905.

HSL color Cylindrical-coordinate representation of color #51941A: hue angle of 92.95º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #51941A is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB8114826-
CMYK0.4500.820.42
HSL92.95º70.11%34.12%-
HSV(B)92.95º82.43%58.04%-
XYZ14.17234.67-
YUV114.0678.3104.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.76%
GREEN value IS 148 (58.20% from 255) = 58.04%
BLUE value IS 26 (10.55% from 255) = 10.20%
R=31.76%
G=58.04%
B=10.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81148260.4500.820.4292.9570.1134.12
Hex51941A2D0522A5d4622
Octal121224325501225213510642
Binary101000110010100110101011010101001010101010111011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51941A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51941A; }

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

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

<style>
 a { background-color: #51941A; }

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

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

<style>
 span { border-color: #51941A; }

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

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