#4AB650

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

Shades of Fruit Salad #4AB650

Tints of Fruit Salad #4AB650

Color information

#4AB650 (or 0x4AB650) is unknown color: approx Fruit Salad. HEX triplet: 4A, B6 and 50. RGB value is (74,182,80). Sum of RGB (Red+Green+Blue) = 74+182+80=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 182 (71.48% from 255 or 54.17% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB650 is #B549AF. Grayscale: #8A8A8A. Windows color (decimal): -11880880 or 5289546. OLE color: 5289546.

HSL color Cylindrical-coordinate representation of color #4AB650: hue angle of 123.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB650 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB7418280-
CMYK0.5900.560.29
HSL123.33º42.52%50.2%-
HSV(B)123.33º59.34%71.37%-
XYZ2135.4913.33-
YUV138.0895.2282.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.02%
GREEN value IS 182 (71.48% from 255) = 54.17%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=22.02%
G=54.17%
B=23.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal74182800.5900.560.29123.3342.5250.2
Hex4AB6503B0381D7b2b32
Octal11226612073070351735362
Binary10010101011011010100001110110111000111011111011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,182,80); }

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

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

 a { background-color: rgb(74,182,80); }

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

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

 span { border-color: rgb(74,182,80); }

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