#47BD51

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

Shades of Fruit Salad #47BD51

Tints of Fruit Salad #47BD51

Color information

#47BD51 (or 0x47BD51) is unknown color: approx Fruit Salad. HEX triplet: 47, BD and 51. RGB value is (71,189,81). Sum of RGB (Red+Green+Blue) = 71+189+81=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BD51 is #B842AE. Grayscale: #8D8D8D. Windows color (decimal): -12075695 or 5356871. OLE color: 5356871.

HSL color Cylindrical-coordinate representation of color #47BD51: hue angle of 125.08º 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 #47BD51 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB7118981-
CMYK0.6200.570.26
HSL125.08º47.2%50.98%-
HSV(B)125.08º62.43%74.12%-
XYZ22.2838.3314.01-
YUV141.4193.9177.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.82%
GREEN value IS 189 (74.22% from 255) = 55.43%
BLUE value IS 81 (32.03% from 255) = 23.75%
R=20.82%
G=55.43%
B=23.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal71189810.6200.570.26125.0847.250.98
Hex47BD513E0391A7d2f33
Octal10727512176071321755763
Binary10001111011110110100011111100111001110101111101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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