#4AB653

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

Shades of Fruit Salad #4AB653

Tints of Fruit Salad #4AB653

Color information

#4AB653 (or 0x4AB653) is unknown color: approx Fruit Salad. HEX triplet: 4A, B6 and 53. RGB value is (74,182,83). Sum of RGB (Red+Green+Blue) = 74+182+83=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 182 (71.48% from 255 or 53.69% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB653 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB653 is #B549AC. Grayscale: #8A8A8A. Windows color (decimal): -11880877 or 5486154. OLE color: 5486154.

HSL color Cylindrical-coordinate representation of color #4AB653: hue angle of 125º 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 #4AB653 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB7418283-
CMYK0.5900.540.29
HSL125º42.52%50.2%-
HSV(B)125º59.34%71.37%-
XYZ21.1135.5413.93-
YUV138.4296.7282.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.83%
GREEN value IS 182 (71.48% from 255) = 53.69%
BLUE value IS 83 (32.81% from 255) = 24.48%
R=21.83%
G=53.69%
B=24.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal74182830.5900.540.2912542.5250.2
Hex4AB6533B0361D7d2b32
Octal11226612373066351755362
Binary10010101011011010100111110110110110111011111101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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