Html Css Color HEX #50C055 Fruit Salad

📋 copy color: '#50C055'

red 80 ◦ green 192 ◦ blue 85

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

Shades of Fruit Salad #50C055

Tints of Fruit Salad #50C055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.81%

R = 22.41%
G = 53.78%
B = 23.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#50C055 (or 0x50C055) is known color: Fruit Salad. HEX triplet: 50, C0 and 55. RGB value is (80,192,85). Sum of RGB (Red+Green+Blue) = 80+192+85=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #50C055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C055 is #AF3FAA. Grayscale: #929292. Windows color (decimal): -11485099 or 5619792. OLE color: 5619792.

HSL color Cylindrical-coordinate representation of color #50C055: hue angle of 122.68º 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 #50C055 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 192 85 -
CMYK 0.58 0 0.56 0.25
HSL 122.68º 0.47% 0.53% -
HSV(B) 122.68º 0.58% 0.75% -
XYZ 23.8 40.06 15.07 -
YUV 146.31 93.39 80.7 -
System Red Green Blue C M Y K H S L
Decimal 80 192 85 0.58 0 0.56 0.25 122.68 0.47 0.53
Hex 50 C0 55 3A 0 38 19 7B 2F 35
Octal 120 300 125 72 0 70 31 173 57 65
Binary 1010000 11000000 1010101 111010 0 111000 11001 1111011 101111 110101

Color Harmonies of #50C055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C055

Black with #50C055

Text Example


Text Example

White with #50C055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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