Html Css Color HEX #50A12C Limeade

📋 copy color: '#50A12C'

red 80 ◦ green 161 ◦ blue 44

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

Shades of Limeade #50A12C

Tints of Limeade #50A12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 28.07%
G = 56.49%
B = 15.44%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#50A12C (or 0x50A12C) is known color: Limeade. HEX triplet: 50, A1 and 2C. RGB value is (80,161,44). Sum of RGB (Red+Green+Blue) = 80+161+44=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 161 (63.28% from 255 or 56.49% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 161 - color contains mainly: green. Hex color #50A12C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A12C is #AF5ED3. Grayscale: #7B7B7B. Windows color (decimal): -11493076 or 2924880. OLE color: 2924880.

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

Color convert

RGB 80 161 44 -
CMYK 0.50 0 0.73 0.37
HSL 101.54º 0.57% 0.4% -
HSV(B) 101.54º 0.73% 0.63% -
XYZ 16.51 27.38 6.8 -
YUV 123.44 83.16 97.01 -
System Red Green Blue C M Y K H S L
Decimal 80 161 44 0.50 0 0.73 0.37 101.54 0.57 0.4
Hex 50 A1 2C 32 0 49 25 66 39 28
Octal 120 241 54 62 0 111 45 146 71 50
Binary 1010000 10100001 101100 110010 0 1001001 100101 1100110 111001 101000

Color Harmonies of #50A12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A12C

Black with #50A12C

Text Example


Text Example

White with #50A12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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