Html Css Color HEX #50A74A Fruit Salad

📋 copy color: '#50A74A'

red 80 ◦ green 167 ◦ blue 74

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

Shades of Fruit Salad #50A74A

Tints of Fruit Salad #50A74A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 52.02%

 BLUE value IS 74 (29.3% from 255) = 23.05%

R = 24.92%
G = 52.02%
B = 23.05%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#50A74A (or 0x50A74A) is known color: Fruit Salad. HEX triplet: 50, A7 and 4A. RGB value is (80,167,74). Sum of RGB (Red+Green+Blue) = 80+167+74=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 167 (65.62% from 255 or 52.02% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 167 - color contains mainly: green. Hex color #50A74A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A74A is #AF58B5. Grayscale: #828282. Windows color (decimal): -11491510 or 4892496. OLE color: 4892496.

HSL color Cylindrical-coordinate representation of color #50A74A: hue angle of 116.13º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50A74A is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 167 74 -
CMYK 0.52 0 0.56 0.35
HSL 116.13º 0.39% 0.47% -
HSV(B) 116.13º 0.56% 0.65% -
XYZ 18.36 29.84 11.27 -
YUV 130.39 96.18 92.06 -
System Red Green Blue C M Y K H S L
Decimal 80 167 74 0.52 0 0.56 0.35 116.13 0.39 0.47
Hex 50 A7 4A 34 0 38 23 74 27 2F
Octal 120 247 112 64 0 70 43 164 47 57
Binary 1010000 10100111 1001010 110100 0 111000 100011 1110100 100111 101111

Color Harmonies of #50A74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A74A

Black with #50A74A

Text Example


Text Example

White with #50A74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,167,74); }

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

background-color css

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

 a { background-color: rgb(80,167,74); }

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

border-color css

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

 span { border-color: rgb(80,167,74); }

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