#4AB849

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

Shades of Fruit Salad #4AB849

Tints of Fruit Salad #4AB849

Color information

#4AB849 (or 0x4AB849) is unknown color: approx Fruit Salad. HEX triplet: 4A, B8 and 49. RGB value is (74,184,73). Sum of RGB (Red+Green+Blue) = 74+184+73=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 184 (72.27% from 255 or 55.59% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB849 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB849 is #B547B6. Grayscale: #8A8A8A. Windows color (decimal): -11880375 or 4831306. OLE color: 4831306.

HSL color Cylindrical-coordinate representation of color #4AB849: hue angle of 119.46º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB849 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB7418473-
CMYK0.6000.600.28
HSL119.46º43.87%50.39%-
HSV(B)119.46º60.33%72.16%-
XYZ21.1736.2212.18-
YUV138.4691.0682.03-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.36%
GREEN value IS 184 (72.27% from 255) = 55.59%
BLUE value IS 73 (28.91% from 255) = 22.05%
R=22.36%
G=55.59%
B=22.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal74184730.6000.600.28119.4643.8750.39
Hex4AB8493C03C1C772c32
Octal11227011174074341675462
Binary10010101011100010010011111000111100111001110111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,184,73); }

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

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

 a { background-color: rgb(74,184,73); }

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

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

 span { border-color: rgb(74,184,73); }

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