#50C152

Color #50C152 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #50C152

Tints of Fruit Salad #50C152

Color information

#50C152 (or 0x50C152) is unknown color: approx Fruit Salad. HEX triplet: 50, C1 and 52. RGB value is (80,193,82). Sum of RGB (Red+Green+Blue) = 80+193+82=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 193 (75.78% from 255 or 54.37% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 193 - color contains mainly: green. Hex color #50C152 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C152 is #AF3EAD. Grayscale: #929292. Windows color (decimal): -11484846 or 5423440. OLE color: 5423440.

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

Color convert

RGB8019382-
CMYK0.5900.580.24
HSL121.06º47.68%53.53%-
HSV(B)121.06º58.55%75.69%-
XYZ23.940.4514.53-
YUV146.5691.5680.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.54%
GREEN value IS 193 (75.78% from 255) = 54.37%
BLUE value IS 82 (32.42% from 255) = 23.10%
R=22.54%
G=54.37%
B=23.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal80193820.5900.580.24121.0647.6853.53
Hex50C1523B03A18793036
Octal12030112273072301716066
Binary10100001100000110100101110110111010110001111001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50C152;
 }
 .AnyTagClassName
 {
   color: #50C152;
 }
</style>
background-color css

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

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

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

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

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

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