Html Css Color HEX #50C053 Fruit Salad

📋 copy color: '#50C053'

red 80 ◦ green 192 ◦ blue 83

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

Shades of Fruit Salad #50C053

Tints of Fruit Salad #50C053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.38%

R = 22.54%
G = 54.08%
B = 23.38%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#50C053 (or 0x50C053) is known color: Fruit Salad. HEX triplet: 50, C0 and 53. RGB value is (80,192,83). Sum of RGB (Red+Green+Blue) = 80+192+83=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #50C053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C053 is #AF3FAC. Grayscale: #929292. Windows color (decimal): -11485101 or 5488720. OLE color: 5488720.

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

Color convert

RGB 80 192 83 -
CMYK 0.58 0 0.57 0.25
HSL 121.61º 0.47% 0.53% -
HSV(B) 121.61º 0.58% 0.75% -
XYZ 23.72 40.03 14.66 -
YUV 146.09 92.39 80.86 -
System Red Green Blue C M Y K H S L
Decimal 80 192 83 0.58 0 0.57 0.25 121.61 0.47 0.53
Hex 50 C0 53 3A 0 39 19 7A 2F 35
Octal 120 300 123 72 0 71 31 172 57 65
Binary 1010000 11000000 1010011 111010 0 111001 11001 1111010 101111 110101

Color Harmonies of #50C053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C053

Black with #50C053

Text Example


Text Example

White with #50C053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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