#4AB05C

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

Shades of Fruit Salad #4AB05C

Tints of Fruit Salad #4AB05C

Color information

#4AB05C (or 0x4AB05C) is unknown color: approx Fruit Salad. HEX triplet: 4A, B0 and 5C. RGB value is (74,176,92). Sum of RGB (Red+Green+Blue) = 74+176+92=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 176 (69.14% from 255 or 51.46% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB05C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB05C is #B54FA3. Grayscale: #888888. Windows color (decimal): -11882404 or 6074442. OLE color: 6074442.

HSL color Cylindrical-coordinate representation of color #4AB05C: hue angle of 130.59º 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 #4AB05C is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB7417692-
CMYK0.5800.480.31
HSL130.59º40.8%49.02%-
HSV(B)130.59º57.95%69.02%-
XYZ20.2833.2815.48-
YUV135.93103.2183.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.64%
GREEN value IS 176 (69.14% from 255) = 51.46%
BLUE value IS 92 (36.33% from 255) = 26.90%
R=21.64%
G=51.46%
B=26.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal74176920.5800.480.31130.5940.849.02
Hex4AB05C3A0301F832931
Octal11226013472060372035161
Binary100101010110000101110011101001100001111110000011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,176,92); }

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

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

 a { background-color: rgb(74,176,92); }

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

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

 span { border-color: rgb(74,176,92); }

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