#51A326

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

Shades of Limeade #51A326

Tints of Limeade #51A326

Color information

#51A326 (or 0x51A326) is unknown color: approx Limeade. HEX triplet: 51, A3 and 26. RGB value is (81,163,38). Sum of RGB (Red+Green+Blue) = 81+163+38=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 163 (64.06% from 255 or 57.80% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 163 - color contains mainly: green. Hex color #51A326 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A326 is #AE5CD9. Grayscale: #7C7C7C. Windows color (decimal): -11427034 or 2532177. OLE color: 2532177.

HSL color Cylindrical-coordinate representation of color #51A326: hue angle of 99.36º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #51A326 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB8116338-
CMYK0.5000.770.36
HSL99.36º62.19%39.41%-
HSV(B)99.36º76.69%63.92%-
XYZ16.8428.086.37-
YUV124.2379.3397.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.72%
GREEN value IS 163 (64.06% from 255) = 57.80%
BLUE value IS 38 (15.23% from 255) = 13.48%
R=28.72%
G=57.80%
B=13.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81163380.5000.770.3699.3662.1939.41
Hex51A3263204D24633e27
Octal12124346620115441437647
Binary101000110100011100110110010010011011001001100011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,163,38); }

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

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

 a { background-color: rgb(81,163,38); }

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

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

 span { border-color: rgb(81,163,38); }

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