Html Css Color HEX #50992B Limeade

📋 copy color: '#50992B'

red 80 ◦ green 153 ◦ blue 43

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

Shades of Limeade #50992B

Tints of Limeade #50992B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.58%

R = 28.99%
G = 55.43%
B = 15.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#50992B (or 0x50992B) is known color: Limeade. HEX triplet: 50, 99 and 2B. RGB value is (80,153,43). Sum of RGB (Red+Green+Blue) = 80+153+43=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #50992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50992B is #AF66D4. Grayscale: #777777. Windows color (decimal): -11495125 or 2857296. OLE color: 2857296.

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

Color convert

RGB 80 153 43 -
CMYK 0.48 0 0.72 0.4
HSL 99.82º 0.56% 0.38% -
HSV(B) 99.82º 0.72% 0.6% -
XYZ 15.14 24.66 6.25 -
YUV 118.63 85.32 100.44 -
System Red Green Blue C M Y K H S L
Decimal 80 153 43 0.48 0 0.72 0.4 99.82 0.56 0.38
Hex 50 99 2B 30 0 48 28 64 38 26
Octal 120 231 53 60 0 110 50 144 70 46
Binary 1010000 10011001 101011 110000 0 1001000 101000 1100100 111000 100110

Color Harmonies of #50992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50992B

Black with #50992B

Text Example


Text Example

White with #50992B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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