#4AB23F

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

Shades of Fruit Salad #4AB23F

Tints of Fruit Salad #4AB23F

Color information

#4AB23F (or 0x4AB23F) is unknown color: approx Fruit Salad. HEX triplet: 4A, B2 and 3F. RGB value is (74,178,63). Sum of RGB (Red+Green+Blue) = 74+178+63=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 178 (69.92% from 255 or 56.51% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB23F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB23F is #B54DC0. Grayscale: #868686. Windows color (decimal): -11881921 or 4174410. OLE color: 4174410.

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

Color convert

RGB7417863-
CMYK0.5800.650.30
HSL114.26º47.72%47.25%-
HSV(B)114.26º64.61%69.8%-
XYZ19.6433.6610.16-
YUV133.7988.0485.35-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.49%
GREEN value IS 178 (69.92% from 255) = 56.51%
BLUE value IS 63 (25% from 255) = 20%
R=23.49%
G=56.51%
B=20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal74178630.5800.650.30114.2647.7247.25
Hex4AB23F3A0411E72302f
Octal11226277720101361626057
Binary10010101011001011111111101001000001111101110010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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