#50972A

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

Shades of Limeade #50972A

Tints of Limeade #50972A

Color information

#50972A (or 0x50972A) is unknown color: approx Limeade. HEX triplet: 50, 97 and 2A. RGB value is (80,151,42). Sum of RGB (Red+Green+Blue) = 80+151+42=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 151 (59.38% from 255 or 55.31% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 151 - color contains mainly: green. Hex color #50972A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50972A is #AF68D5. Grayscale: #757575. Windows color (decimal): -11495638 or 2791248. OLE color: 2791248.

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

Color convert

RGB8015142-
CMYK0.4700.720.41
HSL99.08º56.48%37.84%-
HSV(B)99.08º72.19%59.22%-
XYZ14.7924.016.04-
YUV117.3485.48101.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 151 (59.38% from 255) = 55.31%
BLUE value IS 42 (16.80% from 255) = 15.38%
R=29.30%
G=55.31%
B=15.38%

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
Decimal80151420.4700.720.4199.0856.4837.84
Hex50972A2F04829633826
Octal12022752570110511437046
Binary101000010010111101010101111010010001010011100011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50972A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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