#51A52D

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

Shades of Limeade #51A52D

Tints of Limeade #51A52D

Color information

#51A52D (or 0x51A52D) is unknown color: approx Limeade. HEX triplet: 51, A5 and 2D. RGB value is (81,165,45). Sum of RGB (Red+Green+Blue) = 81+165+45=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 165 (64.84% from 255 or 56.70% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 165 - color contains mainly: green. Hex color #51A52D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A52D is #AE5AD2. Grayscale: #7E7E7E. Windows color (decimal): -11426515 or 2991441. OLE color: 2991441.

HSL color Cylindrical-coordinate representation of color #51A52D: hue angle of 102º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51A52D is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB8116545-
CMYK0.5100.730.35
HSL102º57.14%41.18%-
HSV(B)102º72.73%64.71%-
XYZ17.3228.857.14-
YUV126.282.1795.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 165 (64.84% from 255) = 56.70%
BLUE value IS 45 (17.97% from 255) = 15.46%
R=27.84%
G=56.70%
B=15.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81165450.5100.730.3510257.1441.18
Hex51A52D3304923663929
Octal12124555630111431467151
Binary101000110100101101101110011010010011000111100110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51A52D; }

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

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

<style>
 a { background-color: #51A52D; }

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

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

<style>
 span { border-color: #51A52D; }

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

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