Html Css Color HEX #50A12D Limeade

📋 copy color: '#50A12D'

red 80 ◦ green 161 ◦ blue 45

#50A12D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #50A12D

Tints of Limeade #50A12D

RGB

 RED value IS 80 (31.64% from 255) = 27.97%

 GREEN value IS 161 (63.28% from 255) = 56.29%

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 27.97%
G = 56.29%
B = 15.73%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#50A12D (or 0x50A12D) is known color: Limeade. HEX triplet: 50, A1 and 2D. RGB value is (80,161,45). Sum of RGB (Red+Green+Blue) = 80+161+45=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 161 (63.28% from 255 or 56.29% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 161 - color contains mainly: green. Hex color #50A12D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A12D is #AF5ED2. Grayscale: #7B7B7B. Windows color (decimal): -11493075 or 2990416. OLE color: 2990416.

HSL color Cylindrical-coordinate representation of color #50A12D: hue angle of 101.9º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50A12D is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 161 45 -
CMYK 0.50 0 0.72 0.37
HSL 101.9º 0.56% 0.4% -
HSV(B) 101.9º 0.72% 0.63% -
XYZ 16.53 27.38 6.9 -
YUV 123.56 83.66 96.93 -
System Red Green Blue C M Y K H S L
Decimal 80 161 45 0.50 0 0.72 0.37 101.9 0.56 0.4
Hex 50 A1 2D 32 0 48 25 66 38 28
Octal 120 241 55 62 0 110 45 146 70 50
Binary 1010000 10100001 101101 110010 0 1001000 100101 1100110 111000 101000

Color Harmonies of #50A12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A12D

Black with #50A12D

Text Example


Text Example

White with #50A12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50A12D; }

 p { color: rgb(80,161,45); }

 H1.HeaderClassName
 {
   color: #50A12D;
 }
 .AnyTagClassName
 {
   color: #50A12D;
 }
</style>

background-color css

<style>
 a { background-color: #50A12D; }

 a { background-color: rgb(80,161,45); }

 div.DivClassName
 {
   background-color: #50A12D;
 }
 .BgClassName
 {
   background-color: #50A12D;
 }
</style>

border-color css

<style>
 span { border-color: #50A12D; }

 span { border-color: rgb(80,161,45); }

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