Html Css Color HEX #50951F Limeade

📋 copy color: '#50951F'

red 80 ◦ green 149 ◦ blue 31

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

Shades of Limeade #50951F

Tints of Limeade #50951F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.31%

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

R = 30.77%
G = 57.31%
B = 11.92%

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

#50951F (or 0x50951F) is known color: Limeade. HEX triplet: 50, 95 and 1F. RGB value is (80,149,31). Sum of RGB (Red+Green+Blue) = 80+149+31=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #50951F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50951F is #AF6AE0. Grayscale: #737373. Windows color (decimal): -11496161 or 2069840. OLE color: 2069840.

HSL color Cylindrical-coordinate representation of color #50951F: hue angle of 95.08º degrees, saturation: 0.66, 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 #50951F is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 149 31 -
CMYK 0.46 0 0.79 0.42
HSL 95.08º 0.66% 0.35% -
HSV(B) 95.08º 0.79% 0.58% -
XYZ 14.3 23.3 5.04 -
YUV 114.92 80.64 103.09 -
System Red Green Blue C M Y K H S L
Decimal 80 149 31 0.46 0 0.79 0.42 95.08 0.66 0.35
Hex 50 95 1F 2E 0 4F 2A 5F 42 23
Octal 120 225 37 56 0 117 52 137 102 43
Binary 1010000 10010101 11111 101110 0 1001111 101010 1011111 1000010 100011

Color Harmonies of #50951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50951F

Black with #50951F

Text Example


Text Example

White with #50951F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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