#4AB93C

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

Shades of Fruit Salad #4AB93C

Tints of Fruit Salad #4AB93C

Color information

#4AB93C (or 0x4AB93C) is unknown color: approx Fruit Salad. HEX triplet: 4A, B9 and 3C. RGB value is (74,185,60). Sum of RGB (Red+Green+Blue) = 74+185+60=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 185 (72.66% from 255 or 57.99% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB93C is #B546C3. Grayscale: #898989. Windows color (decimal): -11880132 or 3979594. OLE color: 3979594.

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

Color convert

RGB7418560-
CMYK0.600.680.27
HSL113.28º51.02%48.04%-
HSV(B)113.28º67.57%72.55%-
XYZ20.9936.4810.21-
YUV137.5684.2382.66-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.20%
GREEN value IS 185 (72.66% from 255) = 57.99%
BLUE value IS 60 (23.83% from 255) = 18.81%
R=23.20%
G=57.99%
B=18.81%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal74185600.600.680.27113.2851.0248.04
Hex4AB93C3C0441B713330
Octal11227174740104331616360
Binary10010101011100111110011110001000100110111110001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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