#4AB74E

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

Shades of Fruit Salad #4AB74E

Tints of Fruit Salad #4AB74E

Color information

#4AB74E (or 0x4AB74E) is unknown color: approx Fruit Salad. HEX triplet: 4A, B7 and 4E. RGB value is (74,183,78). Sum of RGB (Red+Green+Blue) = 74+183+78=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 183 (71.88% from 255 or 54.63% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB74E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB74E is #B548B1. Grayscale: #8A8A8A. Windows color (decimal): -11880626 or 5158730. OLE color: 5158730.

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

Color convert

RGB7418378-
CMYK0.6000.570.28
HSL122.2º43.08%50.39%-
HSV(B)122.2º59.56%71.76%-
XYZ21.1335.8713.02-
YUV138.4493.8982.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.09%
GREEN value IS 183 (71.88% from 255) = 54.63%
BLUE value IS 78 (30.86% from 255) = 23.28%
R=22.09%
G=54.63%
B=23.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal74183780.6000.570.28122.243.0850.39
Hex4AB74E3C0391C7a2b32
Octal11226711674071341725362
Binary10010101011011110011101111000111001111001111010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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