#4AB14D

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

Shades of Fruit Salad #4AB14D

Tints of Fruit Salad #4AB14D

Color information

#4AB14D (or 0x4AB14D) is unknown color: approx Fruit Salad. HEX triplet: 4A, B1 and 4D. RGB value is (74,177,77). Sum of RGB (Red+Green+Blue) = 74+177+77=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 177 (69.53% from 255 or 53.96% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB14D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB14D is #B54EB2. Grayscale: #878787. Windows color (decimal): -11882163 or 5091658. OLE color: 5091658.

HSL color Cylindrical-coordinate representation of color #4AB14D: hue angle of 121.75º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB14D is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB7417777-
CMYK0.5800.560.31
HSL121.75º41.04%49.22%-
HSV(B)121.75º58.19%69.41%-
XYZ19.8933.4412.43-
YUV134.895.3884.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.56%
GREEN value IS 177 (69.53% from 255) = 53.96%
BLUE value IS 77 (30.47% from 255) = 23.48%
R=22.56%
G=53.96%
B=23.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal74177770.5800.560.31121.7541.0449.22
Hex4AB14D3A0381F7a2931
Octal11226111572070371725161
Binary10010101011000110011011110100111000111111111010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,177,77); }

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

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

 a { background-color: rgb(74,177,77); }

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

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

 span { border-color: rgb(74,177,77); }

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