#50921A

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

Shades of Limeade #50921A

Tints of Limeade #50921A

Color information

#50921A (or 0x50921A) is unknown color: approx Limeade. HEX triplet: 50, 92 and 1A. RGB value is (80,146,26). Sum of RGB (Red+Green+Blue) = 80+146+26=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 146 (57.42% from 255 or 57.94% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 146 - color contains mainly: green. Hex color #50921A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50921A is #AF6DE5. Grayscale: #717171. Windows color (decimal): -11496934 or 1741392. OLE color: 1741392.

HSL color Cylindrical-coordinate representation of color #50921A: hue angle of 93º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50921A is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB8014626-
CMYK0.4500.820.43
HSL93º69.77%33.73%-
HSV(B)93º82.19%57.25%-
XYZ13.7722.344.56-
YUV112.5979.13104.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 146 (57.42% from 255) = 57.94%
BLUE value IS 26 (10.55% from 255) = 10.32%
R=31.75%
G=57.94%
B=10.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80146260.4500.820.439369.7733.73
Hex50921A2D0522B5d4622
Octal120222325501225313510642
Binary101000010010010110101011010101001010101110111011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50921A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,146,26); }

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

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

 a { background-color: rgb(80,146,26); }

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

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

 span { border-color: rgb(80,146,26); }

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