#47BB42

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

Shades of Fruit Salad #47BB42

Tints of Fruit Salad #47BB42

Color information

#47BB42 (or 0x47BB42) is unknown color: approx Fruit Salad. HEX triplet: 47, BB and 42. RGB value is (71,187,66). Sum of RGB (Red+Green+Blue) = 71+187+66=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 187 (73.44% from 255 or 57.72% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 187 - color contains mainly: green. Hex color #47BB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BB42 is #B844BD. Grayscale: #8A8A8A. Windows color (decimal): -12076222 or 4373319. OLE color: 4373319.

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

Color convert

RGB7118766-
CMYK0.6200.650.27
HSL117.52º47.83%49.61%-
HSV(B)117.52º64.71%73.33%-
XYZ21.3537.2711.22-
YUV138.5287.0779.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.91%
GREEN value IS 187 (73.44% from 255) = 57.72%
BLUE value IS 66 (26.17% from 255) = 20.37%
R=21.91%
G=57.72%
B=20.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal71187660.6200.650.27117.5247.8349.61
Hex47BB423E0411B763032
Octal107273102760101331666062
Binary100011110111011100001011111001000001110111110110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,187,66); }

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

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

 a { background-color: rgb(71,187,66); }

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

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

 span { border-color: rgb(71,187,66); }

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