Html Css Color HEX #50A942 Fruit Salad

📋 copy color: '#50A942'

red 80 ◦ green 169 ◦ blue 66

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

Shades of Fruit Salad #50A942

Tints of Fruit Salad #50A942

RGB

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

 GREEN value IS 169 (66.41% from 255) = 53.65%

 BLUE value IS 66 (26.17% from 255) = 20.95%

R = 25.4%
G = 53.65%
B = 20.95%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#50A942 (or 0x50A942) is known color: Fruit Salad. HEX triplet: 50, A9 and 42. RGB value is (80,169,66). Sum of RGB (Red+Green+Blue) = 80+169+66=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 169 (66.41% from 255 or 53.65% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 169 - color contains mainly: green. Hex color #50A942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A942 is #AF56BD. Grayscale: #828282. Windows color (decimal): -11491006 or 4368720. OLE color: 4368720.

HSL color Cylindrical-coordinate representation of color #50A942: hue angle of 111.84º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50A942 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 169 66 -
CMYK 0.53 0 0.61 0.34
HSL 111.84º 0.44% 0.46% -
HSV(B) 111.84º 0.61% 0.66% -
XYZ 18.48 30.47 10.06 -
YUV 130.65 91.51 91.88 -
System Red Green Blue C M Y K H S L
Decimal 80 169 66 0.53 0 0.61 0.34 111.84 0.44 0.46
Hex 50 A9 42 35 0 3D 22 70 2C 2E
Octal 120 251 102 65 0 75 42 160 54 56
Binary 1010000 10101001 1000010 110101 0 111101 100010 1110000 101100 101110

Color Harmonies of #50A942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A942

Black with #50A942

Text Example


Text Example

White with #50A942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50A942; }

 p { color: rgb(80,169,66); }

 H1.HeaderClassName
 {
   color: #50A942;
 }
 .AnyTagClassName
 {
   color: #50A942;
 }
</style>

background-color css

<style>
 a { background-color: #50A942; }

 a { background-color: rgb(80,169,66); }

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

border-color css

<style>
 span { border-color: #50A942; }

 span { border-color: rgb(80,169,66); }

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