#4AB84B

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

Shades of Fruit Salad #4AB84B

Tints of Fruit Salad #4AB84B

Color information

#4AB84B (or 0x4AB84B) is unknown color: approx Fruit Salad. HEX triplet: 4A, B8 and 4B. RGB value is (74,184,75). Sum of RGB (Red+Green+Blue) = 74+184+75=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 184 (72.27% from 255 or 55.26% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB84B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB84B is #B547B4. Grayscale: #8B8B8B. Windows color (decimal): -11880373 or 4962378. OLE color: 4962378.

HSL color Cylindrical-coordinate representation of color #4AB84B: hue angle of 120.55º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB84B is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB7418475-
CMYK0.6000.590.28
HSL120.55º43.65%50.59%-
HSV(B)120.55º59.78%72.16%-
XYZ21.2336.2412.53-
YUV138.6892.0681.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.22%
GREEN value IS 184 (72.27% from 255) = 55.26%
BLUE value IS 75 (29.69% from 255) = 22.52%
R=22.22%
G=55.26%
B=22.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal74184750.6000.590.28120.5543.6550.59
Hex4AB84B3C03B1C792c33
Octal11227011374073341715463
Binary10010101011100010010111111000111011111001111001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,184,75); }

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

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

 a { background-color: rgb(74,184,75); }

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

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

 span { border-color: rgb(74,184,75); }

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