#50972B

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

Shades of Limeade #50972B

Tints of Limeade #50972B

Color information

#50972B (or 0x50972B) is unknown color: approx Limeade. HEX triplet: 50, 97 and 2B. RGB value is (80,151,43). Sum of RGB (Red+Green+Blue) = 80+151+43=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 151 (59.38% from 255 or 55.11% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 151 - color contains mainly: green. Hex color #50972B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50972B is #AF68D4. Grayscale: #757575. Windows color (decimal): -11495637 or 2856784. OLE color: 2856784.

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

Color convert

RGB8015143-
CMYK0.4700.720.41
HSL99.44º55.67%38.04%-
HSV(B)99.44º71.52%59.22%-
XYZ14.8124.016.14-
YUV117.4685.98101.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 151 (59.38% from 255) = 55.11%
BLUE value IS 43 (17.19% from 255) = 15.69%
R=29.20%
G=55.11%
B=15.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80151430.4700.720.4199.4455.6738.04
Hex50972B2F04829633826
Octal12022753570110511437046
Binary101000010010111101011101111010010001010011100011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50972B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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