#4AB95F

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

Shades of Fruit Salad #4AB95F

Tints of Fruit Salad #4AB95F

Color information

#4AB95F (or 0x4AB95F) is unknown color: approx Fruit Salad. HEX triplet: 4A, B9 and 5F. RGB value is (74,185,95). Sum of RGB (Red+Green+Blue) = 74+185+95=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB95F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB95F is #B546A0. Grayscale: #8D8D8D. Windows color (decimal): -11880097 or 6273354. OLE color: 6273354.

HSL color Cylindrical-coordinate representation of color #4AB95F: hue angle of 131.35º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB95F is Cyan = 0.6, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB7418595-
CMYK0.600.490.27
HSL131.35º44.22%50.78%-
HSV(B)131.35º60%72.55%-
XYZ22.2436.9816.79-
YUV141.55101.7379.82-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.90%
GREEN value IS 185 (72.66% from 255) = 52.26%
BLUE value IS 95 (37.5% from 255) = 26.84%
R=20.90%
G=52.26%
B=26.84%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal74185950.600.490.27131.3544.2250.78
Hex4AB95F3C0311B832c33
Octal11227113774061332035463
Binary100101010111001101111111110001100011101110000011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,185,95); }

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

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

 a { background-color: rgb(74,185,95); }

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

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

 span { border-color: rgb(74,185,95); }

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