#51922c

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

Shades of Limeade #51922C

Tints of Limeade #51922C

Color information

#51922C (or 0x51922C) is unknown color: approx Limeade. HEX triplet: 51, 92 and 2C. RGB value is (81,146,44). Sum of RGB (Red+Green+Blue) = 81+146+44=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #51922C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51922C is #AE6DD3. Grayscale: #737373. Windows color (decimal): -11431380 or 2921041. OLE color: 2921041.

HSL color Cylindrical-coordinate representation of color #51922C: hue angle of 98.24º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51922C is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB8114644-
CMYK0.4500.700.43
HSL98.24º53.68%37.25%-
HSV(B)98.24º69.86%57.25%-
XYZ14.1322.495.98-
YUV114.9487.97103.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.89%
GREEN value IS 146 (57.42% from 255) = 53.87%
BLUE value IS 44 (17.58% from 255) = 16.24%
R=29.89%
G=53.87%
B=16.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81146440.4500.700.4398.2453.6837.25
Hex51922C2D0462B623625
Octal12122254550106531426645
Binary101000110010010101100101101010001101010111100010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51922c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51922c; }

 p { color: rgb(81,146,44); }

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

<style>
 a { background-color: #51922c; }

 a { background-color: rgb(81,146,44); }

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

<style>
 span { border-color: #51922c; }

 span { border-color: rgb(81,146,44); }

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