#4AB240

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

Shades of Fruit Salad #4AB240

Tints of Fruit Salad #4AB240

Color information

#4AB240 (or 0x4AB240) is unknown color: approx Fruit Salad. HEX triplet: 4A, B2 and 40. RGB value is (74,178,64). Sum of RGB (Red+Green+Blue) = 74+178+64=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 178 (69.92% from 255 or 56.33% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB240 is #B54DBF. Grayscale: #868686. Windows color (decimal): -11881920 or 4239946. OLE color: 4239946.

HSL color Cylindrical-coordinate representation of color #4AB240: hue angle of 114.74º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AB240 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB7417864-
CMYK0.5800.640.30
HSL114.74º47.11%47.45%-
HSV(B)114.74º64.04%69.8%-
XYZ19.6733.6710.31-
YUV133.9188.5485.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.42%
GREEN value IS 178 (69.92% from 255) = 56.33%
BLUE value IS 64 (25.39% from 255) = 20.25%
R=23.42%
G=56.33%
B=20.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal74178640.5800.640.30114.7447.1147.45
Hex4AB2403A0401E732f2f
Octal112262100720100361635757
Binary100101010110010100000011101001000000111101110011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,178,64); }

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

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

 a { background-color: rgb(74,178,64); }

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

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

 span { border-color: rgb(74,178,64); }

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