#4AC34F

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

Shades of Fruit Salad #4AC34F

Tints of Fruit Salad #4AC34F

Color information

#4AC34F (or 0x4AC34F) is unknown color: approx Fruit Salad. HEX triplet: 4A, C3 and 4F. RGB value is (74,195,79). Sum of RGB (Red+Green+Blue) = 74+195+79=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 195 (76.56% from 255 or 56.03% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC34F is #B53CB0. Grayscale: #919191. Windows color (decimal): -11877553 or 5227338. OLE color: 5227338.

HSL color Cylindrical-coordinate representation of color #4AC34F: hue angle of 122.48º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC34F is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB7419579-
CMYK0.6200.590.24
HSL122.48º50.21%52.75%-
HSV(B)122.48º62.05%76.47%-
XYZ23.7541.0514.07-
YUV145.690.4176.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.26%
GREEN value IS 195 (76.56% from 255) = 56.03%
BLUE value IS 79 (31.25% from 255) = 22.70%
R=21.26%
G=56.03%
B=22.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal74195790.6200.590.24122.4850.2152.75
Hex4AC34F3E03B187a3235
Octal11230311776073301726265
Binary10010101100001110011111111100111011110001111010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,195,79); }

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

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

 a { background-color: rgb(74,195,79); }

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

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

 span { border-color: rgb(74,195,79); }

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