#4ABA47

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

Shades of Fruit Salad #4ABA47

Tints of Fruit Salad #4ABA47

Color information

#4ABA47 (or 0x4ABA47) is unknown color: approx Fruit Salad. HEX triplet: 4A, BA and 47. RGB value is (74,186,71). Sum of RGB (Red+Green+Blue) = 74+186+71=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABA47 is #B545B8. Grayscale: #8B8B8B. Windows color (decimal): -11879865 or 4700746. OLE color: 4700746.

HSL color Cylindrical-coordinate representation of color #4ABA47: hue angle of 118.43º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ABA47 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB7418671-
CMYK0.6000.620.27
HSL118.43º45.45%50.39%-
HSV(B)118.43º61.83%72.94%-
XYZ21.5237.0311.97-
YUV139.489.3981.35-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.36%
GREEN value IS 186 (73.05% from 255) = 56.19%
BLUE value IS 71 (28.12% from 255) = 21.45%
R=22.36%
G=56.19%
B=21.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal74186710.6000.620.27118.4345.4550.39
Hex4ABA473C03E1B762d32
Octal11227210774076331665562
Binary10010101011101010001111111000111110110111110110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,186,71); }

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

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

 a { background-color: rgb(74,186,71); }

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

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

 span { border-color: rgb(74,186,71); }

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