#4EBF52

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

Shades of Fruit Salad #4EBF52

Tints of Fruit Salad #4EBF52

Color information

#4EBF52 (or 0x4EBF52) is unknown color: approx Fruit Salad. HEX triplet: 4E, BF and 52. RGB value is (78,191,82). Sum of RGB (Red+Green+Blue) = 78+191+82=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 191 (75% from 255 or 54.42% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 191 - color contains mainly: green. Hex color #4EBF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBF52 is #B140AD. Grayscale: #919191. Windows color (decimal): -11616430 or 5422926. OLE color: 5422926.

HSL color Cylindrical-coordinate representation of color #4EBF52: hue angle of 122.12º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBF52 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB7819182-
CMYK0.5900.570.25
HSL122.12º46.89%52.75%-
HSV(B)122.12º59.16%74.9%-
XYZ23.339.4914.38-
YUV144.7992.5680.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.22%
GREEN value IS 191 (75% from 255) = 54.42%
BLUE value IS 82 (32.42% from 255) = 23.36%
R=22.22%
G=54.42%
B=23.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78191820.5900.570.25122.1246.8952.75
Hex4EBF523B039197a2f35
Octal11627712273071311725765
Binary10011101011111110100101110110111001110011111010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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