#4BAF55

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

Shades of Fruit Salad #4BAF55

Tints of Fruit Salad #4BAF55

Color information

#4BAF55 (or 0x4BAF55) is unknown color: approx Fruit Salad. HEX triplet: 4B, AF and 55. RGB value is (75,175,85). Sum of RGB (Red+Green+Blue) = 75+175+85=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAF55 is #B450AA. Grayscale: #878787. Windows color (decimal): -11817131 or 5615435. OLE color: 5615435.

HSL color Cylindrical-coordinate representation of color #4BAF55: hue angle of 126º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAF55 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB7517585-
CMYK0.5700.510.31
HSL126º40%49.02%-
HSV(B)126º57.14%68.63%-
XYZ19.8732.8113.88-
YUV134.8499.8785.32-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.39%
GREEN value IS 175 (68.75% from 255) = 52.24%
BLUE value IS 85 (33.59% from 255) = 25.37%
R=22.39%
G=52.24%
B=25.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal75175850.5700.510.311264049.02
Hex4BAF55390331F7e2831
Octal11325712571063371765061
Binary10010111010111110101011110010110011111111111110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,175,85); }

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

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

 a { background-color: rgb(75,175,85); }

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

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

 span { border-color: rgb(75,175,85); }

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