#4BBD42

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

Shades of Fruit Salad #4BBD42

Tints of Fruit Salad #4BBD42

Color information

#4BBD42 (or 0x4BBD42) is unknown color: approx Fruit Salad. HEX triplet: 4B, BD and 42. RGB value is (75,189,66). Sum of RGB (Red+Green+Blue) = 75+189+66=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBD42 is #B442BD. Grayscale: #8D8D8D. Windows color (decimal): -11813566 or 4373835. OLE color: 4373835.

HSL color Cylindrical-coordinate representation of color #4BBD42: hue angle of 115.61º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BBD42 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB7518966-
CMYK0.6000.650.26
HSL115.61º48.24%50%-
HSV(B)115.61º65.08%74.12%-
XYZ22.0838.2811.38-
YUV140.8985.7381-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.73%
GREEN value IS 189 (74.22% from 255) = 57.27%
BLUE value IS 66 (26.17% from 255) = 20%
R=22.73%
G=57.27%
B=20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75189660.6000.650.26115.6148.2450
Hex4BBD423C0411A743032
Octal113275102740101321646062
Binary100101110111101100001011110001000001110101110100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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