Html Css Color HEX #50982C Limeade

📋 copy color: '#50982C'

red 80 ◦ green 152 ◦ blue 44

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

Shades of Limeade #50982C

Tints of Limeade #50982C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.07%

 BLUE value IS 44 (17.58% from 255) = 15.94%

R = 28.99%
G = 55.07%
B = 15.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#50982C (or 0x50982C) is known color: Limeade. HEX triplet: 50, 98 and 2C. RGB value is (80,152,44). Sum of RGB (Red+Green+Blue) = 80+152+44=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #50982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50982C is #AF67D3. Grayscale: #767676. Windows color (decimal): -11495380 or 2922576. OLE color: 2922576.

HSL color Cylindrical-coordinate representation of color #50982C: hue angle of 100º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50982C is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 152 44 -
CMYK 0.47 0 0.71 0.40
HSL 100º 0.55% 0.38% -
HSV(B) 100º 0.71% 0.6% -
XYZ 14.99 24.34 6.29 -
YUV 118.16 86.15 100.78 -
System Red Green Blue C M Y K H S L
Decimal 80 152 44 0.47 0 0.71 0.40 100 0.55 0.38
Hex 50 98 2C 2F 0 47 28 64 37 26
Octal 120 230 54 57 0 107 50 144 67 46
Binary 1010000 10011000 101100 101111 0 1000111 101000 1100100 110111 100110

Color Harmonies of #50982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50982C

Black with #50982C

Text Example


Text Example

White with #50982C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,152,44); }

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

background-color css

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

 a { background-color: rgb(80,152,44); }

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

border-color css

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

 span { border-color: rgb(80,152,44); }

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