Html Css Color HEX #50990C Limeade

📋 copy color: '#50990C'

red 80 ◦ green 153 ◦ blue 12

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

Shades of Limeade #50990C

Tints of Limeade #50990C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.9%

R = 32.65%
G = 62.45%
B = 4.9%

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

#50990C (or 0x50990C) is known color: Limeade. HEX triplet: 50, 99 and 0C. RGB value is (80,153,12). Sum of RGB (Red+Green+Blue) = 80+153+12=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 153 (60.16% from 255 or 62.45% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 153 - color contains mainly: green. Hex color #50990C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50990C is #AF66F3. Grayscale: #737373. Windows color (decimal): -11495156 or 825680. OLE color: 825680.

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

Color convert

RGB 80 153 12 -
CMYK 0.48 0 0.92 0.4
HSL 91.06º 0.85% 0.32% -
HSV(B) 91.06º 0.92% 0.6% -
XYZ 14.77 24.51 4.3 -
YUV 115.1 69.82 102.96 -
System Red Green Blue C M Y K H S L
Decimal 80 153 12 0.48 0 0.92 0.4 91.06 0.85 0.32
Hex 50 99 C 30 0 5C 28 5B 55 20
Octal 120 231 14 60 0 134 50 133 125 40
Binary 1010000 10011001 1100 110000 0 1011100 101000 1011011 1010101 100000

Color Harmonies of #50990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50990C

Black with #50990C

Text Example


Text Example

White with #50990C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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