#51A521

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

Shades of Limeade #51A521

Tints of Limeade #51A521

Color information

#51A521 (or 0x51A521) is unknown color: approx Limeade. HEX triplet: 51, A5 and 21. RGB value is (81,165,33). Sum of RGB (Red+Green+Blue) = 81+165+33=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #51A521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A521 is #AE5ADE. Grayscale: #7D7D7D. Windows color (decimal): -11426527 or 2205009. OLE color: 2205009.

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

Color convert

RGB8116533-
CMYK0.5100.80.35
HSL98.18º66.67%38.82%-
HSV(B)98.18º80%64.71%-
XYZ17.1228.776.09-
YUV124.8476.1796.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.03%
GREEN value IS 165 (64.84% from 255) = 59.14%
BLUE value IS 33 (13.28% from 255) = 11.83%
R=29.03%
G=59.14%
B=11.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81165330.5100.80.3598.1866.6738.82
Hex51A5213305023624327
Octal121245416301204314210347
Binary1010001101001011000011100110101000010001111000101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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