#50982A

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

Shades of Limeade #50982A

Tints of Limeade #50982A

Color information

#50982A (or 0x50982A) is unknown color: approx Limeade. HEX triplet: 50, 98 and 2A. RGB value is (80,152,42). Sum of RGB (Red+Green+Blue) = 80+152+42=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #50982A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50982A is #AF67D5. Grayscale: #767676. Windows color (decimal): -11495382 or 2791504. OLE color: 2791504.

HSL color Cylindrical-coordinate representation of color #50982A: hue angle of 99.27º degrees, saturation: 0.57, 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 #50982A is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB8015242-
CMYK0.4700.720.40
HSL99.27º56.7%38.04%-
HSV(B)99.27º72.37%59.61%-
XYZ14.9524.336.1-
YUV117.9385.15100.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 152 (59.77% from 255) = 55.47%
BLUE value IS 42 (16.80% from 255) = 15.33%
R=29.20%
G=55.47%
B=15.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80152420.4700.720.4099.2756.738.04
Hex50982A2F04828633926
Octal12023052570110501437146
Binary101000010011000101010101111010010001010001100011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50982A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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