#51A434

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

Shades of Limeade #51A434

Tints of Limeade #51A434

Color information

#51A434 (or 0x51A434) is unknown color: approx Limeade. HEX triplet: 51, A4 and 34. RGB value is (81,164,52). Sum of RGB (Red+Green+Blue) = 81+164+52=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 164 (64.45% from 255 or 55.22% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 164 - color contains mainly: green. Hex color #51A434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A434 is #AE5BCB. Grayscale: #7E7E7E. Windows color (decimal): -11426764 or 3449937. OLE color: 3449937.

HSL color Cylindrical-coordinate representation of color #51A434: hue angle of 104.46º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51A434 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB8116452-
CMYK0.5100.680.36
HSL104.46º51.85%42.35%-
HSV(B)104.46º68.29%64.31%-
XYZ17.2928.557.85-
YUV126.428695.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.27%
GREEN value IS 164 (64.45% from 255) = 55.22%
BLUE value IS 52 (20.70% from 255) = 17.51%
R=27.27%
G=55.22%
B=17.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81164520.5100.680.36104.4651.8542.35
Hex51A434330442468342a
Octal12124464630104441506452
Binary101000110100100110100110011010001001001001101000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,164,52); }

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

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

 a { background-color: rgb(81,164,52); }

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

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

 span { border-color: rgb(81,164,52); }

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