Html Css Color HEX #50931D Limeade

📋 copy color: '#50931D'

red 80 ◦ green 147 ◦ blue 29

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

Shades of Limeade #50931D

Tints of Limeade #50931D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 57.42%

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

R = 31.25%
G = 57.42%
B = 11.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#50931D (or 0x50931D) is known color: Limeade. HEX triplet: 50, 93 and 1D. RGB value is (80,147,29). Sum of RGB (Red+Green+Blue) = 80+147+29=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 147 (57.81% from 255 or 57.42% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 147 - color contains mainly: green. Hex color #50931D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50931D is #AF6CE2. Grayscale: #717171. Windows color (decimal): -11496675 or 1938256. OLE color: 1938256.

HSL color Cylindrical-coordinate representation of color #50931D: hue angle of 94.07º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50931D is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 147 29 -
CMYK 0.46 0 0.80 0.42
HSL 94.07º 0.67% 0.35% -
HSV(B) 94.07º 0.8% 0.58% -
XYZ 13.96 22.66 4.8 -
YUV 113.52 80.3 104.09 -
System Red Green Blue C M Y K H S L
Decimal 80 147 29 0.46 0 0.80 0.42 94.07 0.67 0.35
Hex 50 93 1D 2E 0 50 2A 5E 43 23
Octal 120 223 35 56 0 120 52 136 103 43
Binary 1010000 10010011 11101 101110 0 1010000 101010 1011110 1000011 100011

Color Harmonies of #50931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50931D

Black with #50931D

Text Example


Text Example

White with #50931D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50931D; }

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

 H1.HeaderClassName
 {
   color: #50931D;
 }
 .AnyTagClassName
 {
   color: #50931D;
 }
</style>

background-color css

<style>
 a { background-color: #50931D; }

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

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

border-color css

<style>
 span { border-color: #50931D; }

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

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