Html Css Color HEX #50990B Limeade

📋 copy color: '#50990B'

red 80 ◦ green 153 ◦ blue 11

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

Shades of Limeade #50990B

Tints of Limeade #50990B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 62.7%

 BLUE value IS 11 (4.69% from 255) = 4.51%

R = 32.79%
G = 62.7%
B = 4.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#50990B (or 0x50990B) is known color: Limeade. HEX triplet: 50, 99 and 0B. RGB value is (80,153,11). Sum of RGB (Red+Green+Blue) = 80+153+11=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 153 (60.16% from 255 or 62.70% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 153 - color contains mainly: green. Hex color #50990B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50990B is #AF66F4. Grayscale: #737373. Windows color (decimal): -11495157 or 760144. OLE color: 760144.

HSL color Cylindrical-coordinate representation of color #50990B: hue angle of 90.85º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50990B is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 153 11 -
CMYK 0.48 0 0.93 0.4
HSL 90.85º 0.87% 0.32% -
HSV(B) 90.85º 0.93% 0.6% -
XYZ 14.76 24.51 4.27 -
YUV 114.99 69.32 103.05 -
System Red Green Blue C M Y K H S L
Decimal 80 153 11 0.48 0 0.93 0.4 90.85 0.87 0.32
Hex 50 99 B 30 0 5D 28 5B 57 20
Octal 120 231 13 60 0 135 50 133 127 40
Binary 1010000 10011001 1011 110000 0 1011101 101000 1011011 1010111 100000

Color Harmonies of #50990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50990B

Black with #50990B

Text Example


Text Example

White with #50990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50990B; }

 p { color: rgb(80,153,11); }

 H1.HeaderClassName
 {
   color: #50990B;
 }
 .AnyTagClassName
 {
   color: #50990B;
 }
</style>

background-color css

<style>
 a { background-color: #50990B; }

 a { background-color: rgb(80,153,11); }

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

border-color css

<style>
 span { border-color: #50990B; }

 span { border-color: rgb(80,153,11); }

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