Html Css Color HEX #50BE4C Fruit Salad

📋 copy color: '#50BE4C'

red 80 ◦ green 190 ◦ blue 76

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

Shades of Fruit Salad #50BE4C

Tints of Fruit Salad #50BE4C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 54.91%

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

R = 23.12%
G = 54.91%
B = 21.97%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#50BE4C (or 0x50BE4C) is known color: Fruit Salad. HEX triplet: 50, BE and 4C. RGB value is (80,190,76). Sum of RGB (Red+Green+Blue) = 80+190+76=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 190 (74.61% from 255 or 54.91% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BE4C is #AF41B3. Grayscale: #909090. Windows color (decimal): -11485620 or 5029456. OLE color: 5029456.

HSL color Cylindrical-coordinate representation of color #50BE4C: hue angle of 117.89º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50BE4C is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 190 76 -
CMYK 0.58 0 0.60 0.25
HSL 117.89º 0.47% 0.52% -
HSV(B) 117.89º 0.6% 0.75% -
XYZ 23.03 39.05 13.16 -
YUV 144.11 89.56 82.27 -
System Red Green Blue C M Y K H S L
Decimal 80 190 76 0.58 0 0.60 0.25 117.89 0.47 0.52
Hex 50 BE 4C 3A 0 3C 19 76 2F 34
Octal 120 276 114 72 0 74 31 166 57 64
Binary 1010000 10111110 1001100 111010 0 111100 11001 1110110 101111 110100

Color Harmonies of #50BE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BE4C

Black with #50BE4C

Text Example


Text Example

White with #50BE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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