#4EAF58

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

Shades of Fruit Salad #4EAF58

Tints of Fruit Salad #4EAF58

Color information

#4EAF58 (or 0x4EAF58) is unknown color: approx Fruit Salad. HEX triplet: 4E, AF and 58. RGB value is (78,175,88). Sum of RGB (Red+Green+Blue) = 78+175+88=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAF58 is #B150A7. Grayscale: #888888. Windows color (decimal): -11620520 or 5812046. OLE color: 5812046.

HSL color Cylindrical-coordinate representation of color #4EAF58: hue angle of 126.19º 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 #4EAF58 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB7817588-
CMYK0.5500.500.31
HSL126.19º38.34%49.61%-
HSV(B)126.19º55.43%68.63%-
XYZ20.2332.9814.53-
YUV136.08100.8686.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.87%
GREEN value IS 175 (68.75% from 255) = 51.32%
BLUE value IS 88 (34.77% from 255) = 25.81%
R=22.87%
G=51.32%
B=25.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78175880.5500.500.31126.1938.3449.61
Hex4EAF58370321F7e2632
Octal11625713067062371764662
Binary10011101010111110110001101110110010111111111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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