#4ABB4E

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

Shades of Fruit Salad #4ABB4E

Tints of Fruit Salad #4ABB4E

Color information

#4ABB4E (or 0x4ABB4E) is unknown color: approx Fruit Salad. HEX triplet: 4A, BB and 4E. RGB value is (74,187,78). Sum of RGB (Red+Green+Blue) = 74+187+78=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 187 (73.44% from 255 or 55.16% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 187 - color contains mainly: green. Hex color #4ABB4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABB4E is #B544B1. Grayscale: #8D8D8D. Windows color (decimal): -11879602 or 5159754. OLE color: 5159754.

HSL color Cylindrical-coordinate representation of color #4ABB4E: hue angle of 122.12º degrees, saturation: 0.45, 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 #4ABB4E is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB7418778-
CMYK0.6000.580.27
HSL122.12º45.38%51.18%-
HSV(B)122.12º60.43%73.33%-
XYZ21.9737.5513.3-
YUV140.7992.5680.36-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.83%
GREEN value IS 187 (73.44% from 255) = 55.16%
BLUE value IS 78 (30.86% from 255) = 23.01%
R=21.83%
G=55.16%
B=23.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal74187780.6000.580.27122.1245.3851.18
Hex4ABB4E3C03A1B7a2d33
Octal11227311674072331725563
Binary10010101011101110011101111000111010110111111010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,187,78); }

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

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

 a { background-color: rgb(74,187,78); }

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

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

 span { border-color: rgb(74,187,78); }

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