Html Css Color HEX #50911E Limeade

📋 copy color: '#50911E'

red 80 ◦ green 145 ◦ blue 30

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

Shades of Limeade #50911E

Tints of Limeade #50911E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 56.86%

 BLUE value IS 30 (12.11% from 255) = 11.76%

R = 31.37%
G = 56.86%
B = 11.76%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#50911E (or 0x50911E) is known color: Limeade. HEX triplet: 50, 91 and 1E. RGB value is (80,145,30). Sum of RGB (Red+Green+Blue) = 80+145+30=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #50911E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50911E is #AF6EE1. Grayscale: #707070. Windows color (decimal): -11497186 or 2003280. OLE color: 2003280.

HSL color Cylindrical-coordinate representation of color #50911E: hue angle of 93.91º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50911E is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 145 30 -
CMYK 0.45 0 0.79 0.43
HSL 93.91º 0.66% 0.34% -
HSV(B) 93.91º 0.79% 0.57% -
XYZ 13.67 22.05 4.76 -
YUV 112.46 81.47 104.85 -
System Red Green Blue C M Y K H S L
Decimal 80 145 30 0.45 0 0.79 0.43 93.91 0.66 0.34
Hex 50 91 1E 2D 0 4F 2B 5E 42 22
Octal 120 221 36 55 0 117 53 136 102 42
Binary 1010000 10010001 11110 101101 0 1001111 101011 1011110 1000010 100010

Color Harmonies of #50911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50911E

Black with #50911E

Text Example


Text Example

White with #50911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50911E; }

 p { color: rgb(80,145,30); }

 H1.HeaderClassName
 {
   color: #50911E;
 }
 .AnyTagClassName
 {
   color: #50911E;
 }
</style>

background-color css

<style>
 a { background-color: #50911E; }

 a { background-color: rgb(80,145,30); }

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

border-color css

<style>
 span { border-color: #50911E; }

 span { border-color: rgb(80,145,30); }

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