#47BD55

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

Shades of Fruit Salad #47BD55

Tints of Fruit Salad #47BD55

Color information

#47BD55 (or 0x47BD55) is unknown color: approx Fruit Salad. HEX triplet: 47, BD and 55. RGB value is (71,189,85). Sum of RGB (Red+Green+Blue) = 71+189+85=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BD55 is #B842AA. Grayscale: #8E8E8E. Windows color (decimal): -12075691 or 5619015. OLE color: 5619015.

HSL color Cylindrical-coordinate representation of color #47BD55: hue angle of 127.12º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BD55 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB7118985-
CMYK0.6200.550.26
HSL127.12º47.2%50.98%-
HSV(B)127.12º62.43%74.12%-
XYZ22.4438.3914.82-
YUV141.8695.9177.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.58%
GREEN value IS 189 (74.22% from 255) = 54.78%
BLUE value IS 85 (33.59% from 255) = 24.64%
R=20.58%
G=54.78%
B=24.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal71189850.6200.550.26127.1247.250.98
Hex47BD553E0371A7f2f33
Octal10727512576067321775763
Binary10001111011110110101011111100110111110101111111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,189,85); }

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

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

 a { background-color: rgb(71,189,85); }

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

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

 span { border-color: rgb(71,189,85); }

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