Html Css Color HEX #50A42F Limeade

📋 copy color: '#50A42F'

red 80 ◦ green 164 ◦ blue 47

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

Shades of Limeade #50A42F

Tints of Limeade #50A42F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.36%

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

R = 27.49%
G = 56.36%
B = 16.15%

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

#50A42F (or 0x50A42F) is known color: Limeade. HEX triplet: 50, A4 and 2F. RGB value is (80,164,47). Sum of RGB (Red+Green+Blue) = 80+164+47=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 164 (64.45% from 255 or 56.36% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 164 - color contains mainly: green. Hex color #50A42F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A42F is #AF5BD0. Grayscale: #7D7D7D. Windows color (decimal): -11492305 or 3122256. OLE color: 3122256.

HSL color Cylindrical-coordinate representation of color #50A42F: hue angle of 103.08º 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 #50A42F is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 164 47 -
CMYK 0.51 0 0.71 0.36
HSL 103.08º 0.55% 0.41% -
HSV(B) 103.08º 0.71% 0.64% -
XYZ 17.1 28.46 7.28 -
YUV 125.55 83.67 95.51 -
System Red Green Blue C M Y K H S L
Decimal 80 164 47 0.51 0 0.71 0.36 103.08 0.55 0.41
Hex 50 A4 2F 33 0 47 24 67 37 29
Octal 120 244 57 63 0 107 44 147 67 51
Binary 1010000 10100100 101111 110011 0 1000111 100100 1100111 110111 101001

Color Harmonies of #50A42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A42F

Black with #50A42F

Text Example


Text Example

White with #50A42F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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