Html Css Color HEX #50900E Limeade

📋 copy color: '#50900E'

red 80 ◦ green 144 ◦ blue 14

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

Shades of Limeade #50900E

Tints of Limeade #50900E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 60.5%

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

R = 33.61%
G = 60.5%
B = 5.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#50900E (or 0x50900E) is known color: Limeade. HEX triplet: 50, 90 and 0E. RGB value is (80,144,14). Sum of RGB (Red+Green+Blue) = 80+144+14=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 144 (56.64% from 255 or 60.50% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 144 - color contains mainly: green. Hex color #50900E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50900E is #AF6FF1. Grayscale: #6E6E6E. Windows color (decimal): -11497458 or 954448. OLE color: 954448.

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

Color convert

RGB 80 144 14 -
CMYK 0.44 0 0.90 0.44
HSL 89.54º 0.82% 0.31% -
HSV(B) 89.54º 0.9% 0.56% -
XYZ 13.36 21.68 3.9 -
YUV 110.04 73.8 106.57 -
System Red Green Blue C M Y K H S L
Decimal 80 144 14 0.44 0 0.90 0.44 89.54 0.82 0.31
Hex 50 90 E 2C 0 5A 2C 5A 52 1F
Octal 120 220 16 54 0 132 54 132 122 37
Binary 1010000 10010000 1110 101100 0 1011010 101100 1011010 1010010 11111

Color Harmonies of #50900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50900E

Black with #50900E

Text Example


Text Example

White with #50900E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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