Html Css Color HEX #50C052 Fruit Salad

📋 copy color: '#50C052'

red 80 ◦ green 192 ◦ blue 82

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

Shades of Fruit Salad #50C052

Tints of Fruit Salad #50C052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.16%

R = 22.6%
G = 54.24%
B = 23.16%

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

#50C052 (or 0x50C052) is known color: Fruit Salad. HEX triplet: 50, C0 and 52. RGB value is (80,192,82). Sum of RGB (Red+Green+Blue) = 80+192+82=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #50C052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C052 is #AF3FAD. Grayscale: #929292. Windows color (decimal): -11485102 or 5423184. OLE color: 5423184.

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

Color convert

RGB 80 192 82 -
CMYK 0.58 0 0.57 0.25
HSL 121.07º 0.47% 0.53% -
HSV(B) 121.07º 0.58% 0.75% -
XYZ 23.68 40.01 14.46 -
YUV 145.97 91.89 80.94 -
System Red Green Blue C M Y K H S L
Decimal 80 192 82 0.58 0 0.57 0.25 121.07 0.47 0.53
Hex 50 C0 52 3A 0 39 19 79 2F 35
Octal 120 300 122 72 0 71 31 171 57 65
Binary 1010000 11000000 1010010 111010 0 111001 11001 1111001 101111 110101

Color Harmonies of #50C052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C052

Black with #50C052

Text Example


Text Example

White with #50C052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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