Html Css Color HEX #50A32F Limeade

📋 copy color: '#50A32F'

red 80 ◦ green 163 ◦ blue 47

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

Shades of Limeade #50A32F

Tints of Limeade #50A32F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 56.21%

 BLUE value IS 47 (18.75% from 255) = 16.21%

R = 27.59%
G = 56.21%
B = 16.21%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#50A32F (or 0x50A32F) is known color: Limeade. HEX triplet: 50, A3 and 2F. RGB value is (80,163,47). Sum of RGB (Red+Green+Blue) = 80+163+47=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #50A32F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A32F is #AF5CD0. Grayscale: #7D7D7D. Windows color (decimal): -11492561 or 3122000. OLE color: 3122000.

HSL color Cylindrical-coordinate representation of color #50A32F: hue angle of 102.93º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50A32F is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 163 47 -
CMYK 0.51 0 0.71 0.36
HSL 102.93º 0.55% 0.41% -
HSV(B) 102.93º 0.71% 0.64% -
XYZ 16.92 28.11 7.22 -
YUV 124.96 84 95.93 -
System Red Green Blue C M Y K H S L
Decimal 80 163 47 0.51 0 0.71 0.36 102.93 0.55 0.41
Hex 50 A3 2F 33 0 47 24 67 37 29
Octal 120 243 57 63 0 107 44 147 67 51
Binary 1010000 10100011 101111 110011 0 1000111 100100 1100111 110111 101001

Color Harmonies of #50A32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A32F

Black with #50A32F

Text Example


Text Example

White with #50A32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,163,47); }

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

background-color css

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

 a { background-color: rgb(80,163,47); }

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

border-color css

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

 span { border-color: rgb(80,163,47); }

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