#4EAF55

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

Shades of Fruit Salad #4EAF55

Tints of Fruit Salad #4EAF55

Color information

#4EAF55 (or 0x4EAF55) is unknown color: approx Fruit Salad. HEX triplet: 4E, AF and 55. RGB value is (78,175,85). Sum of RGB (Red+Green+Blue) = 78+175+85=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAF55 is #B150AA. Grayscale: #888888. Windows color (decimal): -11620523 or 5615438. OLE color: 5615438.

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

Color convert

RGB7817585-
CMYK0.5500.510.31
HSL124.33º38.34%49.61%-
HSV(B)124.33º55.43%68.63%-
XYZ20.1132.9413.89-
YUV135.7499.3686.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.08%
GREEN value IS 175 (68.75% from 255) = 51.78%
BLUE value IS 85 (33.59% from 255) = 25.15%
R=23.08%
G=51.78%
B=25.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78175850.5500.510.31124.3338.3449.61
Hex4EAF55370331F7c2632
Octal11625712567063371744662
Binary10011101010111110101011101110110011111111111100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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