#4AB754

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

Shades of Fruit Salad #4AB754

Tints of Fruit Salad #4AB754

Color information

#4AB754 (or 0x4AB754) is unknown color: approx Fruit Salad. HEX triplet: 4A, B7 and 54. RGB value is (74,183,84). Sum of RGB (Red+Green+Blue) = 74+183+84=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB754 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB754 is #B548AB. Grayscale: #8B8B8B. Windows color (decimal): -11880620 or 5551946. OLE color: 5551946.

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

Color convert

RGB7418384-
CMYK0.6000.540.28
HSL125.5º43.08%50.39%-
HSV(B)125.5º59.56%71.76%-
XYZ21.3635.9614.2-
YUV139.1296.8981.55-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.70%
GREEN value IS 183 (71.88% from 255) = 53.67%
BLUE value IS 84 (33.20% from 255) = 24.63%
R=21.70%
G=53.67%
B=24.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal74183840.6000.540.28125.543.0850.39
Hex4AB7543C0361C7e2b32
Octal11226712474066341765362
Binary10010101011011110101001111000110110111001111110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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