#4AB93E

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

Shades of Fruit Salad #4AB93E

Tints of Fruit Salad #4AB93E

Color information

#4AB93E (or 0x4AB93E) is unknown color: approx Fruit Salad. HEX triplet: 4A, B9 and 3E. RGB value is (74,185,62). Sum of RGB (Red+Green+Blue) = 74+185+62=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 185 (72.66% from 255 or 57.63% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB93E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB93E is #B546C1. Grayscale: #8A8A8A. Windows color (decimal): -11880130 or 4110666. OLE color: 4110666.

HSL color Cylindrical-coordinate representation of color #4AB93E: hue angle of 114.15º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AB93E is Cyan = 0.6, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB7418562-
CMYK0.600.660.27
HSL114.15º49.8%48.43%-
HSV(B)114.15º66.49%72.55%-
XYZ21.0436.510.49-
YUV137.7985.2382.5-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.05%
GREEN value IS 185 (72.66% from 255) = 57.63%
BLUE value IS 62 (24.61% from 255) = 19.31%
R=23.05%
G=57.63%
B=19.31%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal74185620.600.660.27114.1549.848.43
Hex4AB93E3C0421B723230
Octal11227176740102331626260
Binary10010101011100111111011110001000010110111110010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,185,62); }

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

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

 a { background-color: rgb(74,185,62); }

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

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

 span { border-color: rgb(74,185,62); }

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