#43B34F

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

Shades of Fruit Salad #43B34F

Tints of Fruit Salad #43B34F

Color information

#43B34F (or 0x43B34F) is unknown color: approx Fruit Salad. HEX triplet: 43, B3 and 4F. RGB value is (67,179,79). Sum of RGB (Red+Green+Blue) = 67+179+79=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 179 (70.31% from 255 or 55.08% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 179 - color contains mainly: green. Hex color #43B34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43B34F is #BC4CB0. Grayscale: #868686. Windows color (decimal): -12340401 or 5223235. OLE color: 5223235.

HSL color Cylindrical-coordinate representation of color #43B34F: hue angle of 126.43º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43B34F is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB6717979-
CMYK0.6300.560.30
HSL126.43º45.53%48.24%-
HSV(B)126.43º62.57%70.2%-
XYZ19.853412.91-
YUV134.1196.8980.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.62%
GREEN value IS 179 (70.31% from 255) = 55.08%
BLUE value IS 79 (31.25% from 255) = 24.31%
R=20.62%
G=55.08%
B=24.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal67179790.6300.560.30126.4345.5348.24
Hex43B34F3F0381E7e2e30
Octal10326311777070361765660
Binary10000111011001110011111111110111000111101111110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43B34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,179,79); }

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

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

 a { background-color: rgb(67,179,79); }

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

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

 span { border-color: rgb(67,179,79); }

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