#4EBC52

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

Shades of Fruit Salad #4EBC52

Tints of Fruit Salad #4EBC52

Color information

#4EBC52 (or 0x4EBC52) is unknown color: approx Fruit Salad. HEX triplet: 4E, BC and 52. RGB value is (78,188,82). Sum of RGB (Red+Green+Blue) = 78+188+82=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #4EBC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBC52 is #B143AD. Grayscale: #8F8F8F. Windows color (decimal): -11617198 or 5422158. OLE color: 5422158.

HSL color Cylindrical-coordinate representation of color #4EBC52: hue angle of 122.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBC52 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB7818882-
CMYK0.5900.560.26
HSL122.18º45.08%52.16%-
HSV(B)122.18º58.51%73.73%-
XYZ22.6538.214.16-
YUV143.0393.5681.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.41%
GREEN value IS 188 (73.83% from 255) = 54.02%
BLUE value IS 82 (32.42% from 255) = 23.56%
R=22.41%
G=54.02%
B=23.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal78188820.5900.560.26122.1845.0852.16
Hex4EBC523B0381A7a2d34
Octal11627412273070321725564
Binary10011101011110010100101110110111000110101111010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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