#4E9852

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

Shades of Fruit Salad #4E9852

Tints of Fruit Salad #4E9852

Color information

#4E9852 (or 0x4E9852) is unknown color: approx Fruit Salad. HEX triplet: 4E, 98 and 52. RGB value is (78,152,82). Sum of RGB (Red+Green+Blue) = 78+152+82=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #4E9852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9852 is #B167AD. Grayscale: #7A7A7A. Windows color (decimal): -11626414 or 5412942. OLE color: 5412942.

HSL color Cylindrical-coordinate representation of color #4E9852: hue angle of 123.24º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E9852 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB7815282-
CMYK0.4900.460.40
HSL123.24º32.17%45.1%-
HSV(B)123.24º48.68%59.61%-
XYZ15.8924.6911.91-
YUV121.89105.4896.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25%
GREEN value IS 152 (59.77% from 255) = 48.72%
BLUE value IS 82 (32.42% from 255) = 26.28%
R=25%
G=48.72%
B=26.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal78152820.4900.460.40123.2432.1745.1
Hex4E98523102E287b202d
Octal11623012261056501734055
Binary100111010011000101001011000101011101010001111011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,152,82); }

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

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

 a { background-color: rgb(78,152,82); }

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

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

 span { border-color: rgb(78,152,82); }

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