Html Css Color HEX #50C150 Fruit Salad

📋 copy color: '#50C150'

red 80 ◦ green 193 ◦ blue 80

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

Shades of Fruit Salad #50C150

Tints of Fruit Salad #50C150

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.67%

 BLUE value IS 80 (31.64% from 255) = 22.66%

R = 22.66%
G = 54.67%
B = 22.66%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#50C150 (or 0x50C150) is known color: Fruit Salad. HEX triplet: 50, C1 and 50. RGB value is (80,193,80). Sum of RGB (Red+Green+Blue) = 80+193+80=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #50C150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C150 is #AF3EAF. Grayscale: #929292. Windows color (decimal): -11484848 or 5292368. OLE color: 5292368.

HSL color Cylindrical-coordinate representation of color #50C150: hue angle of 120º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C150 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 193 80 -
CMYK 0.59 0 0.59 0.24
HSL 120º 0.48% 0.54% -
HSV(B) 120º 0.59% 0.76% -
XYZ 23.83 40.42 14.14 -
YUV 146.33 90.56 80.69 -
System Red Green Blue C M Y K H S L
Decimal 80 193 80 0.59 0 0.59 0.24 120 0.48 0.54
Hex 50 C1 50 3B 0 3B 18 78 30 36
Octal 120 301 120 73 0 73 30 170 60 66
Binary 1010000 11000001 1010000 111011 0 111011 11000 1111000 110000 110110

Color Harmonies of #50C150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C150

Black with #50C150

Text Example


Text Example

White with #50C150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,193,80); }

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

background-color css

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

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

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

border-color css

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

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

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