Html Css Color HEX #50B84C Fruit Salad

📋 copy color: '#50B84C'

red 80 ◦ green 184 ◦ blue 76

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

Shades of Fruit Salad #50B84C

Tints of Fruit Salad #50B84C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 54.12%

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 23.53%
G = 54.12%
B = 22.35%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#50B84C (or 0x50B84C) is known color: Fruit Salad. HEX triplet: 50, B8 and 4C. RGB value is (80,184,76). Sum of RGB (Red+Green+Blue) = 80+184+76=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 184 (72.27% from 255 or 54.12% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 184 - color contains mainly: green. Hex color #50B84C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B84C is #AF47B3. Grayscale: #8C8C8C. Windows color (decimal): -11487156 or 5027920. OLE color: 5027920.

HSL color Cylindrical-coordinate representation of color #50B84C: hue angle of 117.78º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50B84C is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 184 76 -
CMYK 0.57 0 0.59 0.28
HSL 117.78º 0.43% 0.51% -
HSV(B) 117.78º 0.59% 0.72% -
XYZ 21.75 36.51 12.74 -
YUV 140.59 91.54 84.78 -
System Red Green Blue C M Y K H S L
Decimal 80 184 76 0.57 0 0.59 0.28 117.78 0.43 0.51
Hex 50 B8 4C 39 0 3B 1C 76 2B 33
Octal 120 270 114 71 0 73 34 166 53 63
Binary 1010000 10111000 1001100 111001 0 111011 11100 1110110 101011 110011

Color Harmonies of #50B84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B84C

Black with #50B84C

Text Example


Text Example

White with #50B84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,184,76); }

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

background-color css

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

 a { background-color: rgb(80,184,76); }

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

border-color css

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

 span { border-color: rgb(80,184,76); }

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