#4AB75C

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

Shades of Fruit Salad #4AB75C

Tints of Fruit Salad #4AB75C

Color information

#4AB75C (or 0x4AB75C) is unknown color: approx Fruit Salad. HEX triplet: 4A, B7 and 5C. RGB value is (74,183,92). Sum of RGB (Red+Green+Blue) = 74+183+92=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 183 (71.88% from 255 or 52.44% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB75C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB75C is #B548A3. Grayscale: #8C8C8C. Windows color (decimal): -11880612 or 6076234. OLE color: 6076234.

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

Color convert

RGB7418392-
CMYK0.6000.500.28
HSL129.91º43.08%50.39%-
HSV(B)129.91º59.56%71.76%-
XYZ21.6936.115.95-
YUV140.04100.8980.9-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.20%
GREEN value IS 183 (71.88% from 255) = 52.44%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=21.20%
G=52.44%
B=26.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal74183920.6000.500.28129.9143.0850.39
Hex4AB75C3C0321C822b32
Octal11226713474062342025362
Binary100101010110111101110011110001100101110010000010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,183,92); }

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

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

 a { background-color: rgb(74,183,92); }

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

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

 span { border-color: rgb(74,183,92); }

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