#51A527

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

Shades of Limeade #51A527

Tints of Limeade #51A527

Color information

#51A527 (or 0x51A527) is unknown color: approx Limeade. HEX triplet: 51, A5 and 27. RGB value is (81,165,39). Sum of RGB (Red+Green+Blue) = 81+165+39=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 165 (64.84% from 255 or 57.89% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 165 - color contains mainly: green. Hex color #51A527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A527 is #AE5AD8. Grayscale: #7D7D7D. Windows color (decimal): -11426521 or 2598225. OLE color: 2598225.

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

Color convert

RGB8116539-
CMYK0.5100.760.35
HSL100º61.76%40%-
HSV(B)100º76.36%64.71%-
XYZ17.2128.816.57-
YUV125.5279.1796.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.42%
GREEN value IS 165 (64.84% from 255) = 57.89%
BLUE value IS 39 (15.62% from 255) = 13.68%
R=28.42%
G=57.89%
B=13.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81165390.5100.760.3510061.7640
Hex51A5273304C23643e28
Octal12124547630114431447650
Binary101000110100101100111110011010011001000111100100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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