Html Css Color HEX #50931F Limeade

📋 copy color: '#50931F'

red 80 ◦ green 147 ◦ blue 31

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

Shades of Limeade #50931F

Tints of Limeade #50931F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.02%

R = 31.01%
G = 56.98%
B = 12.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#50931F (or 0x50931F) is known color: Limeade. HEX triplet: 50, 93 and 1F. RGB value is (80,147,31). Sum of RGB (Red+Green+Blue) = 80+147+31=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 147 (57.81% from 255 or 56.98% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 147 - color contains mainly: green. Hex color #50931F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50931F is #AF6CE0. Grayscale: #727272. Windows color (decimal): -11496673 or 2069328. OLE color: 2069328.

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

Color convert

RGB 80 147 31 -
CMYK 0.46 0 0.79 0.42
HSL 94.66º 0.65% 0.35% -
HSV(B) 94.66º 0.79% 0.58% -
XYZ 13.99 22.67 4.94 -
YUV 113.74 81.3 103.93 -
System Red Green Blue C M Y K H S L
Decimal 80 147 31 0.46 0 0.79 0.42 94.66 0.65 0.35
Hex 50 93 1F 2E 0 4F 2A 5F 41 23
Octal 120 223 37 56 0 117 52 137 101 43
Binary 1010000 10010011 11111 101110 0 1001111 101010 1011111 1000001 100011

Color Harmonies of #50931F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50931F

Black with #50931F

Text Example


Text Example

White with #50931F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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