#4AB155

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

Shades of Fruit Salad #4AB155

Tints of Fruit Salad #4AB155

Color information

#4AB155 (or 0x4AB155) is unknown color: approx Fruit Salad. HEX triplet: 4A, B1 and 55. RGB value is (74,177,85). Sum of RGB (Red+Green+Blue) = 74+177+85=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 177 (69.53% from 255 or 52.68% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB155 is #B54EAA. Grayscale: #878787. Windows color (decimal): -11882155 or 5615946. OLE color: 5615946.

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

Color convert

RGB7417785-
CMYK0.5800.520.31
HSL126.41º41.04%49.22%-
HSV(B)126.41º58.19%69.41%-
XYZ20.1933.5614.01-
YUV135.7299.3883.98-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.02%
GREEN value IS 177 (69.53% from 255) = 52.68%
BLUE value IS 85 (33.59% from 255) = 25.30%
R=22.02%
G=52.68%
B=25.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal74177850.5800.520.31126.4141.0449.22
Hex4AB1553A0341F7e2931
Octal11226112572064371765161
Binary10010101011000110101011110100110100111111111110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,177,85); }

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

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

 a { background-color: rgb(74,177,85); }

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

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

 span { border-color: rgb(74,177,85); }

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