#47BF53

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

Shades of Fruit Salad #47BF53

Tints of Fruit Salad #47BF53

Color information

#47BF53 (or 0x47BF53) is unknown color: approx Fruit Salad. HEX triplet: 47, BF and 53. RGB value is (71,191,83). Sum of RGB (Red+Green+Blue) = 71+191+83=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #47BF53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BF53 is #B840AC. Grayscale: #8F8F8F. Windows color (decimal): -12075181 or 5488455. OLE color: 5488455.

HSL color Cylindrical-coordinate representation of color #47BF53: hue angle of 126º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BF53 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB7119183-
CMYK0.6300.570.25
HSL126º48.39%51.37%-
HSV(B)126º62.83%74.9%-
XYZ22.7939.2314.55-
YUV142.8194.2476.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.58%
GREEN value IS 191 (75% from 255) = 55.36%
BLUE value IS 83 (32.81% from 255) = 24.06%
R=20.58%
G=55.36%
B=24.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71191830.6300.570.2512648.3951.37
Hex47BF533F039197e3033
Octal10727712377071311766063
Binary10001111011111110100111111110111001110011111110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,191,83); }

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

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

 a { background-color: rgb(71,191,83); }

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

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

 span { border-color: rgb(71,191,83); }

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