#51992E

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

Shades of Limeade #51992E

Tints of Limeade #51992E

Color information

#51992E (or 0x51992E) is unknown color: approx Limeade. HEX triplet: 51, 99 and 2E. RGB value is (81,153,46). Sum of RGB (Red+Green+Blue) = 81+153+46=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #51992E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51992E is #AE66D1. Grayscale: #777777. Windows color (decimal): -11429586 or 3053905. OLE color: 3053905.

HSL color Cylindrical-coordinate representation of color #51992E: hue angle of 100.37º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51992E is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB8115346-
CMYK0.4700.700.4
HSL100.37º53.77%39.02%-
HSV(B)100.37º69.93%60%-
XYZ15.2824.736.55-
YUV119.2786.65100.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.93%
GREEN value IS 153 (60.16% from 255) = 54.64%
BLUE value IS 46 (18.36% from 255) = 16.43%
R=28.93%
G=54.64%
B=16.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81153460.4700.700.4100.3753.7739.02
Hex51992E2F04628643627
Octal12123156570106501446647
Binary101000110011001101110101111010001101010001100100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51992E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51992E; }

 p { color: rgb(81,153,46); }

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

<style>
 a { background-color: #51992E; }

 a { background-color: rgb(81,153,46); }

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

<style>
 span { border-color: #51992E; }

 span { border-color: rgb(81,153,46); }

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