#51A214

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

Shades of Limeade #51A214

Tints of Limeade #51A214

Color information

#51A214 (or 0x51A214) is unknown color: approx Limeade. HEX triplet: 51, A2 and 14. RGB value is (81,162,20). Sum of RGB (Red+Green+Blue) = 81+162+20=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 162 (63.67% from 255 or 61.60% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 162 - color contains mainly: green. Hex color #51A214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51A214 is #AE5DEB. Grayscale: #7A7A7A. Windows color (decimal): -11427308 or 1352273. OLE color: 1352273.

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

Color convert

RGB8116220-
CMYK0.5000.880.36
HSL94.23º78.02%35.69%-
HSV(B)94.23º87.65%63.53%-
XYZ16.4427.645.13-
YUV121.5970.6699.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 162 (63.67% from 255) = 61.60%
BLUE value IS 20 (8.20% from 255) = 7.60%
R=30.80%
G=61.60%
B=7.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81162200.5000.880.3694.2378.0235.69
Hex51A21432058245e4e24
Octal121242246201304413611644
Binary101000110100010101001100100101100010010010111101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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