#4BBD47

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

Shades of Fruit Salad #4BBD47

Tints of Fruit Salad #4BBD47

Color information

#4BBD47 (or 0x4BBD47) is unknown color: approx Fruit Salad. HEX triplet: 4B, BD and 47. RGB value is (75,189,71). Sum of RGB (Red+Green+Blue) = 75+189+71=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 189 (74.22% from 255 or 56.42% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBD47 is #B442B8. Grayscale: #8D8D8D. Windows color (decimal): -11813561 or 4701515. OLE color: 4701515.

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

Color convert

RGB7518971-
CMYK0.6000.620.26
HSL117.97º47.2%50.98%-
HSV(B)117.97º62.43%74.12%-
XYZ22.2438.3512.19-
YUV141.4688.2380.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.39%
GREEN value IS 189 (74.22% from 255) = 56.42%
BLUE value IS 71 (28.12% from 255) = 21.19%
R=22.39%
G=56.42%
B=21.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75189710.6000.620.26117.9747.250.98
Hex4BBD473C03E1A762f33
Octal11327510774076321665763
Binary10010111011110110001111111000111110110101110110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBD47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BBD47; }

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

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

<style>
 a { background-color: #4BBD47; }

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

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

<style>
 span { border-color: #4BBD47; }

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

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