#50992B

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

Shades of Limeade #50992B

Tints of Limeade #50992B

Color information

#50992B (or 0x50992B) is unknown color: approx Limeade. HEX triplet: 50, 99 and 2B. RGB value is (80,153,43). Sum of RGB (Red+Green+Blue) = 80+153+43=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #50992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50992B is #AF66D4. Grayscale: #777777. Windows color (decimal): -11495125 or 2857296. OLE color: 2857296.

HSL color Cylindrical-coordinate representation of color #50992B: hue angle of 99.82º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50992B is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB8015343-
CMYK0.4800.720.4
HSL99.82º56.12%38.43%-
HSV(B)99.82º71.9%60%-
XYZ15.1424.666.25-
YUV118.6385.32100.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.99%
GREEN value IS 153 (60.16% from 255) = 55.43%
BLUE value IS 43 (17.19% from 255) = 15.58%
R=28.99%
G=55.43%
B=15.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80153430.4800.720.499.8256.1238.43
Hex50992B3004828643826
Octal12023153600110501447046
Binary101000010011001101011110000010010001010001100100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50992B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50992B; }

 p { color: rgb(80,153,43); }

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

<style>
 a { background-color: #50992B; }

 a { background-color: rgb(80,153,43); }

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

<style>
 span { border-color: #50992B; }

 span { border-color: rgb(80,153,43); }

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