#4BB640

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

Shades of Fruit Salad #4BB640

Tints of Fruit Salad #4BB640

Color information

#4BB640 (or 0x4BB640) is unknown color: approx Fruit Salad. HEX triplet: 4B, B6 and 40. RGB value is (75,182,64). Sum of RGB (Red+Green+Blue) = 75+182+64=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 182 (71.48% from 255 or 56.70% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 182 - color contains mainly: green. Hex color #4BB640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BB640 is #B449BF. Grayscale: #888888. Windows color (decimal): -11815360 or 4240971. OLE color: 4240971.

HSL color Cylindrical-coordinate representation of color #4BB640: hue angle of 114.41º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BB640 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB7518264-
CMYK0.5900.650.29
HSL114.41º47.97%48.24%-
HSV(B)114.41º64.84%71.37%-
XYZ20.5635.3210.58-
YUV136.5587.0584.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.36%
GREEN value IS 182 (71.48% from 255) = 56.70%
BLUE value IS 64 (25.39% from 255) = 19.94%
R=23.36%
G=56.70%
B=19.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal75182640.5900.650.29114.4147.9748.24
Hex4BB6403B0411D723030
Octal113266100730101351626060
Binary100101110110110100000011101101000001111011110010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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