#43C050

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

Shades of Fruit Salad #43C050

Tints of Fruit Salad #43C050

Color information

#43C050 (or 0x43C050) is unknown color: approx Fruit Salad. HEX triplet: 43, C0 and 50. RGB value is (67,192,80). Sum of RGB (Red+Green+Blue) = 67+192+80=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #43C050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43C050 is #BC3FAF. Grayscale: #8E8E8E. Windows color (decimal): -12337072 or 5292099. OLE color: 5292099.

HSL color Cylindrical-coordinate representation of color #43C050: hue angle of 126.24º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43C050 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB6719280-
CMYK0.6500.580.25
HSL126.24º49.8%50.78%-
HSV(B)126.24º65.1%75.29%-
XYZ22.6139.4714.02-
YUV141.8693.0974.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.76%
GREEN value IS 192 (75.39% from 255) = 56.64%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=19.76%
G=56.64%
B=23.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal67192800.6500.580.25126.2449.850.78
Hex43C0504103A197e3233
Octal103300120101072311766263
Binary100001111000000101000010000010111010110011111110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43C050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43C050; }

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

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

<style>
 a { background-color: #43C050; }

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

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

<style>
 span { border-color: #43C050; }

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

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