#47b94a

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

Shades of Fruit Salad #47B94A

Tints of Fruit Salad #47B94A

Color information

#47B94A (or 0x47B94A) is unknown color: approx Fruit Salad. HEX triplet: 47, B9 and 4A. RGB value is (71,185,74). Sum of RGB (Red+Green+Blue) = 71+185+74=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 185 (72.66% from 255 or 56.06% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 185 - color contains mainly: green. Hex color #47B94A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47B94A is #B846B5. Grayscale: #8A8A8A. Windows color (decimal): -12076726 or 4897095. OLE color: 4897095.

HSL color Cylindrical-coordinate representation of color #47B94A: hue angle of 121.58º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47B94A is Cyan = 0.62, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB7118574-
CMYK0.6200.60.27
HSL121.58º44.88%50.2%-
HSV(B)121.58º61.62%72.55%-
XYZ21.1836.5312.41-
YUV138.2691.7380.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.52%
GREEN value IS 185 (72.66% from 255) = 56.06%
BLUE value IS 74 (29.30% from 255) = 22.42%
R=21.52%
G=56.06%
B=22.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal71185740.6200.60.27121.5844.8850.2
Hex47B94A3E03C1B7a2d32
Octal10727111276074331725562
Binary10001111011100110010101111100111100110111111010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47b94a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47b94a; }

 p { color: rgb(71,185,74); }

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

<style>
 a { background-color: #47b94a; }

 a { background-color: rgb(71,185,74); }

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

<style>
 span { border-color: #47b94a; }

 span { border-color: rgb(71,185,74); }

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