#4BAE40

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

Shades of Fruit Salad #4BAE40

Tints of Fruit Salad #4BAE40

Color information

#4BAE40 (or 0x4BAE40) is unknown color: approx Fruit Salad. HEX triplet: 4B, AE and 40. RGB value is (75,174,64). Sum of RGB (Red+Green+Blue) = 75+174+64=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 174 (68.36% from 255 or 55.59% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 174 - color contains mainly: green. Hex color #4BAE40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAE40 is #B451BF. Grayscale: #848484. Windows color (decimal): -11817408 or 4238923. OLE color: 4238923.

HSL color Cylindrical-coordinate representation of color #4BAE40: hue angle of 114º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BAE40 is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB7517464-
CMYK0.5700.630.32
HSL114º46.22%46.67%-
HSV(B)114º63.22%68.24%-
XYZ18.9632.1410.05-
YUV131.8689.787.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.96%
GREEN value IS 174 (68.36% from 255) = 55.59%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=23.96%
G=55.59%
B=20.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75174640.5700.630.3211446.2246.67
Hex4BAE403903F20722e2f
Octal11325610071077401625657
Binary100101110101110100000011100101111111000001110010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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