Html Css Color HEX #50910E Limeade

📋 copy color: '#50910E'

red 80 ◦ green 145 ◦ blue 14

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

Shades of Limeade #50910E

Tints of Limeade #50910E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.86%

R = 33.47%
G = 60.67%
B = 5.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#50910E (or 0x50910E) is known color: Limeade. HEX triplet: 50, 91 and 0E. RGB value is (80,145,14). Sum of RGB (Red+Green+Blue) = 80+145+14=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 145 (57.03% from 255 or 60.67% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 145 - color contains mainly: green. Hex color #50910E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50910E is #AF6EF1. Grayscale: #6F6F6F. Windows color (decimal): -11497202 or 954704. OLE color: 954704.

HSL color Cylindrical-coordinate representation of color #50910E: hue angle of 89.77º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50910E is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 145 14 -
CMYK 0.45 0 0.90 0.43
HSL 89.77º 0.82% 0.31% -
HSV(B) 89.77º 0.9% 0.57% -
XYZ 13.51 21.99 3.95 -
YUV 110.63 73.47 106.15 -
System Red Green Blue C M Y K H S L
Decimal 80 145 14 0.45 0 0.90 0.43 89.77 0.82 0.31
Hex 50 91 E 2D 0 5A 2B 5A 52 1F
Octal 120 221 16 55 0 132 53 132 122 37
Binary 1010000 10010001 1110 101101 0 1011010 101011 1011010 1010010 11111

Color Harmonies of #50910E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50910E

Black with #50910E

Text Example


Text Example

White with #50910E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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