#43AF4C

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

Shades of Fruit Salad #43AF4C

Tints of Fruit Salad #43AF4C

Color information

#43AF4C (or 0x43AF4C) is unknown color: approx Fruit Salad. HEX triplet: 43, AF and 4C. RGB value is (67,175,76). Sum of RGB (Red+Green+Blue) = 67+175+76=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #43AF4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43AF4C is #BC50B3. Grayscale: #838383. Windows color (decimal): -12341428 or 5025603. OLE color: 5025603.

HSL color Cylindrical-coordinate representation of color #43AF4C: hue angle of 125º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43AF4C is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB6717576-
CMYK0.6200.570.31
HSL125º44.63%47.45%-
HSV(B)125º61.71%68.63%-
XYZ18.9532.3812.09-
YUV131.4296.7282.05-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.07%
GREEN value IS 175 (68.75% from 255) = 55.03%
BLUE value IS 76 (30.08% from 255) = 23.90%
R=21.07%
G=55.03%
B=23.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal67175760.6200.570.3112544.6347.45
Hex43AF4C3E0391F7d2d2f
Octal10325711476071371755557
Binary10000111010111110011001111100111001111111111101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43AF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,175,76); }

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

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

 a { background-color: rgb(67,175,76); }

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

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

 span { border-color: rgb(67,175,76); }

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