Html Css Color HEX #50C04E Fruit Salad

📋 copy color: '#50C04E'

red 80 ◦ green 192 ◦ blue 78

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

Shades of Fruit Salad #50C04E

Tints of Fruit Salad #50C04E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.86%

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

R = 22.86%
G = 54.86%
B = 22.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#50C04E (or 0x50C04E) is known color: Fruit Salad. HEX triplet: 50, C0 and 4E. RGB value is (80,192,78). Sum of RGB (Red+Green+Blue) = 80+192+78=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #50C04E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C04E is #AF3FB1. Grayscale: #919191. Windows color (decimal): -11485106 or 5161040. OLE color: 5161040.

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

Color convert

RGB 80 192 78 -
CMYK 0.58 0 0.59 0.25
HSL 118.95º 0.48% 0.53% -
HSV(B) 118.95º 0.59% 0.75% -
XYZ 23.53 39.95 13.68 -
YUV 145.52 89.89 81.27 -
System Red Green Blue C M Y K H S L
Decimal 80 192 78 0.58 0 0.59 0.25 118.95 0.48 0.53
Hex 50 C0 4E 3A 0 3B 19 77 30 35
Octal 120 300 116 72 0 73 31 167 60 65
Binary 1010000 11000000 1001110 111010 0 111011 11001 1110111 110000 110101

Color Harmonies of #50C04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C04E

Black with #50C04E

Text Example


Text Example

White with #50C04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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