#4EC952

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

Shades of Fruit Salad #4EC952

Tints of Fruit Salad #4EC952

Color information

#4EC952 (or 0x4EC952) is unknown color: approx Fruit Salad. HEX triplet: 4E, C9 and 52. RGB value is (78,201,82). Sum of RGB (Red+Green+Blue) = 78+201+82=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 201 (78.91% from 255 or 55.68% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 201 - color contains mainly: green. Hex color #4EC952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC952 is #B136AD. Grayscale: #979797. Windows color (decimal): -11613870 or 5425486. OLE color: 5425486.

HSL color Cylindrical-coordinate representation of color #4EC952: hue angle of 121.95º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC952 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB7820182-
CMYK0.6100.590.21
HSL121.95º53.25%54.71%-
HSV(B)121.95º61.19%78.82%-
XYZ25.554415.13-
YUV150.6689.2576.18-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.61%
GREEN value IS 201 (78.91% from 255) = 55.68%
BLUE value IS 82 (32.42% from 255) = 22.71%
R=21.61%
G=55.68%
B=22.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal78201820.6100.590.21121.9553.2554.71
Hex4EC9523D03B157a3537
Octal11631112275073251726567
Binary10011101100100110100101111010111011101011111010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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