#4EAF54

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

Shades of Fruit Salad #4EAF54

Tints of Fruit Salad #4EAF54

Color information

#4EAF54 (or 0x4EAF54) is unknown color: approx Fruit Salad. HEX triplet: 4E, AF and 54. RGB value is (78,175,84). Sum of RGB (Red+Green+Blue) = 78+175+84=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAF54 is #B150AB. Grayscale: #878787. Windows color (decimal): -11620524 or 5549902. OLE color: 5549902.

HSL color Cylindrical-coordinate representation of color #4EAF54: hue angle of 123.71º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAF54 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB7817584-
CMYK0.5500.520.31
HSL123.71º38.34%49.61%-
HSV(B)123.71º55.43%68.63%-
XYZ20.0732.9213.68-
YUV135.6298.8686.9-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.15%
GREEN value IS 175 (68.75% from 255) = 51.93%
BLUE value IS 84 (33.20% from 255) = 24.93%
R=23.15%
G=51.93%
B=24.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78175840.5500.520.31123.7138.3449.61
Hex4EAF54370341F7c2632
Octal11625712467064371744662
Binary10011101010111110101001101110110100111111111100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,175,84); }

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

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

 a { background-color: rgb(78,175,84); }

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

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

 span { border-color: rgb(78,175,84); }

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