Html Css Color HEX #4EC052 Fruit Salad

📋 copy color: '#4EC052'

red 78 ◦ green 192 ◦ blue 82

#4EC052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #4EC052

Tints of Fruit Salad #4EC052

RGB

 RED value IS 78 (30.86% from 255) = 22.16%

 GREEN value IS 192 (75.39% from 255) = 54.55%

 BLUE value IS 82 (32.42% from 255) = 23.3%

R = 22.16%
G = 54.55%
B = 23.3%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#4EC052 (or 0x4EC052) is known color: Fruit Salad. HEX triplet: 4E, C0 and 52. RGB value is (78,192,82). Sum of RGB (Red+Green+Blue) = 78+192+82=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC052 is #B13FAD. Grayscale: #919191. Windows color (decimal): -11616174 or 5423182. OLE color: 5423182.

HSL color Cylindrical-coordinate representation of color #4EC052: hue angle of 122.11º 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 #4EC052 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 78 192 82 -
CMYK 0.59 0 0.57 0.25
HSL 122.11º 0.48% 0.53% -
HSV(B) 122.11º 0.59% 0.75% -
XYZ 23.51 39.93 14.45 -
YUV 145.37 92.23 79.94 -
System Red Green Blue C M Y K H S L
Decimal 78 192 82 0.59 0 0.57 0.25 122.11 0.48 0.53
Hex 4E C0 52 3B 0 39 19 7A 30 35
Octal 116 300 122 73 0 71 31 172 60 65
Binary 1001110 11000000 1010010 111011 0 111001 11001 1111010 110000 110101

Color Harmonies of #4EC052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC052

Black with #4EC052

Text Example


Text Example

White with #4EC052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4EC052;
 }
 .AnyTagClassName
 {
   color: #4EC052;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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