Html Css Color HEX #50C84E Fruit Salad

📋 copy color: '#50C84E'

red 80 ◦ green 200 ◦ blue 78

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

Shades of Fruit Salad #50C84E

Tints of Fruit Salad #50C84E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.87%

 BLUE value IS 78 (30.86% from 255) = 21.79%

R = 22.35%
G = 55.87%
B = 21.79%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#50C84E (or 0x50C84E) is known color: Fruit Salad. HEX triplet: 50, C8 and 4E. RGB value is (80,200,78). Sum of RGB (Red+Green+Blue) = 80+200+78=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 200 (78.52% from 255 or 55.87% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 200 - color contains mainly: green. Hex color #50C84E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C84E is #AF37B1. Grayscale: #969696. Windows color (decimal): -11483058 or 5163088. OLE color: 5163088.

HSL color Cylindrical-coordinate representation of color #50C84E: hue angle of 119.02º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50C84E is Cyan = 0.6, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 200 78 -
CMYK 0.6 0 0.61 0.22
HSL 119.02º 0.53% 0.55% -
HSV(B) 119.02º 0.61% 0.78% -
XYZ 25.34 43.56 14.28 -
YUV 150.21 87.24 77.92 -
System Red Green Blue C M Y K H S L
Decimal 80 200 78 0.6 0 0.61 0.22 119.02 0.53 0.55
Hex 50 C8 4E 3C 0 3D 16 77 35 37
Octal 120 310 116 74 0 75 26 167 65 67
Binary 1010000 11001000 1001110 111100 0 111101 10110 1110111 110101 110111

Color Harmonies of #50C84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C84E

Black with #50C84E

Text Example


Text Example

White with #50C84E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,200,78); }

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

background-color css

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

 a { background-color: rgb(80,200,78); }

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

border-color css

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

 span { border-color: rgb(80,200,78); }

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