Html Css Color HEX #50950F Limeade

📋 copy color: '#50950F'

red 80 ◦ green 149 ◦ blue 15

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

Shades of Limeade #50950F

Tints of Limeade #50950F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.15%

R = 32.79%
G = 61.07%
B = 6.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#50950F (or 0x50950F) is known color: Limeade. HEX triplet: 50, 95 and 0F. RGB value is (80,149,15). Sum of RGB (Red+Green+Blue) = 80+149+15=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 149 (58.59% from 255 or 61.07% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 149 - color contains mainly: green. Hex color #50950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50950F is #AF6AF0. Grayscale: #717171. Windows color (decimal): -11496177 or 1021264. OLE color: 1021264.

HSL color Cylindrical-coordinate representation of color #50950F: hue angle of 90.9º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50950F is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 149 15 -
CMYK 0.46 0 0.90 0.42
HSL 90.9º 0.82% 0.32% -
HSV(B) 90.9º 0.9% 0.58% -
XYZ 14.14 23.23 4.19 -
YUV 113.09 72.64 104.4 -
System Red Green Blue C M Y K H S L
Decimal 80 149 15 0.46 0 0.90 0.42 90.9 0.82 0.32
Hex 50 95 F 2E 0 5A 2A 5B 52 20
Octal 120 225 17 56 0 132 52 133 122 40
Binary 1010000 10010101 1111 101110 0 1011010 101010 1011011 1010010 100000

Color Harmonies of #50950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50950F

Black with #50950F

Text Example


Text Example

White with #50950F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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