#4ABC47

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

Shades of Fruit Salad #4ABC47

Tints of Fruit Salad #4ABC47

Color information

#4ABC47 (or 0x4ABC47) is unknown color: approx Fruit Salad. HEX triplet: 4A, BC and 47. RGB value is (74,188,71). Sum of RGB (Red+Green+Blue) = 74+188+71=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABC47 is #B543B8. Grayscale: #8C8C8C. Windows color (decimal): -11879353 or 4701258. OLE color: 4701258.

HSL color Cylindrical-coordinate representation of color #4ABC47: hue angle of 118.46º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ABC47 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB7418871-
CMYK0.6100.620.26
HSL118.46º46.61%50.78%-
HSV(B)118.46º62.23%73.73%-
XYZ21.9437.8812.12-
YUV140.5888.7380.51-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.22%
GREEN value IS 188 (73.83% from 255) = 56.46%
BLUE value IS 71 (28.12% from 255) = 21.32%
R=22.22%
G=56.46%
B=21.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal74188710.6100.620.26118.4646.6150.78
Hex4ABC473D03E1A762f33
Octal11227410775076321665763
Binary10010101011110010001111111010111110110101110110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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