#51A216

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

Shades of Limeade #51A216

Tints of Limeade #51A216

Color information

#51A216 (or 0x51A216) is unknown color: approx Limeade. HEX triplet: 51, A2 and 16. RGB value is (81,162,22). Sum of RGB (Red+Green+Blue) = 81+162+22=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 162 (63.67% from 255 or 61.13% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 162 - color contains mainly: green. Hex color #51A216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51A216 is #AE5DE9. Grayscale: #7A7A7A. Windows color (decimal): -11427306 or 1483345. OLE color: 1483345.

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

Color convert

RGB8116222-
CMYK0.5000.860.36
HSL94.71º76.09%36.08%-
HSV(B)94.71º86.42%63.53%-
XYZ16.4627.655.23-
YUV121.8271.6698.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.57%
GREEN value IS 162 (63.67% from 255) = 61.13%
BLUE value IS 22 (8.98% from 255) = 8.30%
R=30.57%
G=61.13%
B=8.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81162220.5000.860.3694.7176.0936.08
Hex51A21632056245f4c24
Octal121242266201264413711444
Binary101000110100010101101100100101011010010010111111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,162,22); }

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

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

 a { background-color: rgb(81,162,22); }

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

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

 span { border-color: rgb(81,162,22); }

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