#4AB15D

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

Shades of Fruit Salad #4AB15D

Tints of Fruit Salad #4AB15D

Color information

#4AB15D (or 0x4AB15D) is unknown color: approx Fruit Salad. HEX triplet: 4A, B1 and 5D. RGB value is (74,177,93). Sum of RGB (Red+Green+Blue) = 74+177+93=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB15D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB15D is #B54EA2. Grayscale: #888888. Windows color (decimal): -11882147 or 6140234. OLE color: 6140234.

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

Color convert

RGB7417793-
CMYK0.5800.470.31
HSL131.07º41.04%49.22%-
HSV(B)131.07º58.19%69.41%-
XYZ20.5233.6915.78-
YUV136.63103.3883.33-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.51%
GREEN value IS 177 (69.53% from 255) = 51.45%
BLUE value IS 93 (36.72% from 255) = 27.03%
R=21.51%
G=51.45%
B=27.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal74177930.5800.470.31131.0741.0449.22
Hex4AB15D3A02F1F832931
Octal11226113572057372035161
Binary100101010110001101110111101001011111111110000011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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