#4AB13F

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

Shades of Fruit Salad #4AB13F

Tints of Fruit Salad #4AB13F

Color information

#4AB13F (or 0x4AB13F) is unknown color: approx Fruit Salad. HEX triplet: 4A, B1 and 3F. RGB value is (74,177,63). Sum of RGB (Red+Green+Blue) = 74+177+63=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 177 (69.53% from 255 or 56.37% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB13F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB13F is #B54EC0. Grayscale: #858585. Windows color (decimal): -11882177 or 4174154. OLE color: 4174154.

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

Color convert

RGB7417763-
CMYK0.5800.640.31
HSL114.21º47.5%47.06%-
HSV(B)114.21º64.41%69.41%-
XYZ19.4433.2610.1-
YUV133.2188.3885.77-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.57%
GREEN value IS 177 (69.53% from 255) = 56.37%
BLUE value IS 63 (25% from 255) = 20.06%
R=23.57%
G=56.37%
B=20.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal74177630.5800.640.31114.2147.547.06
Hex4AB13F3A0401F72302f
Octal11226177720100371626057
Binary10010101011000111111111101001000000111111110010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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