Html Css Color HEX #50990D Limeade

📋 copy color: '#50990D'

red 80 ◦ green 153 ◦ blue 13

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

Shades of Limeade #50990D

Tints of Limeade #50990D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.28%

R = 32.52%
G = 62.2%
B = 5.28%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#50990D (or 0x50990D) is known color: Limeade. HEX triplet: 50, 99 and 0D. RGB value is (80,153,13). Sum of RGB (Red+Green+Blue) = 80+153+13=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 153 (60.16% from 255 or 62.20% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 153 - color contains mainly: green. Hex color #50990D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50990D is #AF66F2. Grayscale: #737373. Windows color (decimal): -11495155 or 891216. OLE color: 891216.

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

Color convert

RGB 80 153 13 -
CMYK 0.48 0 0.92 0.4
HSL 91.29º 0.84% 0.33% -
HSV(B) 91.29º 0.92% 0.6% -
XYZ 14.77 24.52 4.33 -
YUV 115.21 70.32 102.88 -
System Red Green Blue C M Y K H S L
Decimal 80 153 13 0.48 0 0.92 0.4 91.29 0.84 0.33
Hex 50 99 D 30 0 5C 28 5B 54 21
Octal 120 231 15 60 0 134 50 133 124 41
Binary 1010000 10011001 1101 110000 0 1011100 101000 1011011 1010100 100001

Color Harmonies of #50990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50990D

Black with #50990D

Text Example


Text Example

White with #50990D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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