Html Css Color HEX #50A31D Limeade

📋 copy color: '#50A31D'

red 80 ◦ green 163 ◦ blue 29

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

Shades of Limeade #50A31D

Tints of Limeade #50A31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.66%

R = 29.41%
G = 59.93%
B = 10.66%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#50A31D (or 0x50A31D) is known color: Limeade. HEX triplet: 50, A3 and 1D. RGB value is (80,163,29). Sum of RGB (Red+Green+Blue) = 80+163+29=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 163 (64.06% from 255 or 59.93% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 163 - color contains mainly: green. Hex color #50A31D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A31D is #AF5CE2. Grayscale: #7B7B7B. Windows color (decimal): -11492579 or 1942352. OLE color: 1942352.

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

Color convert

RGB 80 163 29 -
CMYK 0.51 0 0.82 0.36
HSL 97.16º 0.7% 0.38% -
HSV(B) 97.16º 0.82% 0.64% -
XYZ 16.63 27.99 5.69 -
YUV 122.91 75 97.4 -
System Red Green Blue C M Y K H S L
Decimal 80 163 29 0.51 0 0.82 0.36 97.16 0.7 0.38
Hex 50 A3 1D 33 0 52 24 61 46 26
Octal 120 243 35 63 0 122 44 141 106 46
Binary 1010000 10100011 11101 110011 0 1010010 100100 1100001 1000110 100110

Color Harmonies of #50A31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A31D

Black with #50A31D

Text Example


Text Example

White with #50A31D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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