Html Css Color HEX #50C54E Fruit Salad

📋 copy color: '#50C54E'

red 80 ◦ green 197 ◦ blue 78

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

Shades of Fruit Salad #50C54E

Tints of Fruit Salad #50C54E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 55.49%

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

R = 22.54%
G = 55.49%
B = 21.97%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#50C54E (or 0x50C54E) is known color: Fruit Salad. HEX triplet: 50, C5 and 4E. RGB value is (80,197,78). Sum of RGB (Red+Green+Blue) = 80+197+78=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #50C54E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C54E is #AF3AB1. Grayscale: #949494. Windows color (decimal): -11483826 or 5162320. OLE color: 5162320.

HSL color Cylindrical-coordinate representation of color #50C54E: hue angle of 118.99º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C54E is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 197 78 -
CMYK 0.59 0 0.60 0.23
HSL 118.99º 0.51% 0.54% -
HSV(B) 118.99º 0.6% 0.77% -
XYZ 24.65 42.19 14.05 -
YUV 148.45 88.24 79.18 -
System Red Green Blue C M Y K H S L
Decimal 80 197 78 0.59 0 0.60 0.23 118.99 0.51 0.54
Hex 50 C5 4E 3B 0 3C 17 77 33 36
Octal 120 305 116 73 0 74 27 167 63 66
Binary 1010000 11000101 1001110 111011 0 111100 10111 1110111 110011 110110

Color Harmonies of #50C54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C54E

Black with #50C54E

Text Example


Text Example

White with #50C54E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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