Html Css Color HEX #50992A Limeade

📋 copy color: '#50992A'

red 80 ◦ green 153 ◦ blue 42

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

Shades of Limeade #50992A

Tints of Limeade #50992A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.27%

R = 29.09%
G = 55.64%
B = 15.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#50992A (or 0x50992A) is known color: Limeade. HEX triplet: 50, 99 and 2A. RGB value is (80,153,42). Sum of RGB (Red+Green+Blue) = 80+153+42=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #50992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50992A is #AF66D5. Grayscale: #767676. Windows color (decimal): -11495126 or 2791760. OLE color: 2791760.

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

Color convert

RGB 80 153 42 -
CMYK 0.48 0 0.73 0.4
HSL 99.46º 0.57% 0.38% -
HSV(B) 99.46º 0.73% 0.6% -
XYZ 15.12 24.66 6.15 -
YUV 118.52 84.82 100.53 -
System Red Green Blue C M Y K H S L
Decimal 80 153 42 0.48 0 0.73 0.4 99.46 0.57 0.38
Hex 50 99 2A 30 0 49 28 63 39 26
Octal 120 231 52 60 0 111 50 143 71 46
Binary 1010000 10011001 101010 110000 0 1001001 101000 1100011 111001 100110

Color Harmonies of #50992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50992A

Black with #50992A

Text Example


Text Example

White with #50992A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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