#50992A

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

Shades of Limeade #50992A

Tints of Limeade #50992A

Color information

#50992A (or 0x50992A) is unknown color: approx Limeade. HEX triplet: 50, 99 and 2A. RGB value is (80,153,42). Sum of RGB (Red+Green+Blue) = 80+153+42=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #50992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50992A is #AF66D5. Grayscale: #767676. Windows color (decimal): -11495126 or 2791760. OLE color: 2791760.

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

Color convert

RGB8015342-
CMYK0.4800.730.4
HSL99.46º56.92%38.24%-
HSV(B)99.46º72.55%60%-
XYZ15.1224.666.15-
YUV118.5284.82100.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 153 (60.16% from 255) = 55.64%
BLUE value IS 42 (16.80% from 255) = 15.27%
R=29.09%
G=55.64%
B=15.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80153420.4800.730.499.4656.9238.24
Hex50992A3004928633926
Octal12023152600111501437146
Binary101000010011001101010110000010010011010001100011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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