#4BB240

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

Shades of Fruit Salad #4BB240

Tints of Fruit Salad #4BB240

Color information

#4BB240 (or 0x4BB240) is unknown color: approx Fruit Salad. HEX triplet: 4B, B2 and 40. RGB value is (75,178,64). Sum of RGB (Red+Green+Blue) = 75+178+64=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 178 (69.92% from 255 or 56.15% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 178 - color contains mainly: green. Hex color #4BB240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BB240 is #B44DBF. Grayscale: #868686. Windows color (decimal): -11816384 or 4239947. OLE color: 4239947.

HSL color Cylindrical-coordinate representation of color #4BB240: hue angle of 114.21º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BB240 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB7517864-
CMYK0.5800.640.30
HSL114.21º47.11%47.45%-
HSV(B)114.21º64.04%69.8%-
XYZ19.7533.7110.32-
YUV134.2188.3885.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.66%
GREEN value IS 178 (69.92% from 255) = 56.15%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=23.66%
G=56.15%
B=20.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal75178640.5800.640.30114.2147.1147.45
Hex4BB2403A0401E722f2f
Octal113262100720100361625757
Binary100101110110010100000011101001000000111101110010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,178,64); }

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

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

 a { background-color: rgb(75,178,64); }

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

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

 span { border-color: rgb(75,178,64); }

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