Html Css Color HEX #4EC248 Fruit Salad

📋 copy color: '#4EC248'

red 78 ◦ green 194 ◦ blue 72

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

Shades of Fruit Salad #4EC248

Tints of Fruit Salad #4EC248

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.4%

 BLUE value IS 72 (28.52% from 255) = 20.93%

R = 22.67%
G = 56.4%
B = 20.93%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#4EC248 (or 0x4EC248) is known color: Fruit Salad. HEX triplet: 4E, C2 and 48. RGB value is (78,194,72). Sum of RGB (Red+Green+Blue) = 78+194+72=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #4EC248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC248 is #B13DB7. Grayscale: #919191. Windows color (decimal): -11615672 or 4768334. OLE color: 4768334.

HSL color Cylindrical-coordinate representation of color #4EC248: hue angle of 117.05º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4EC248 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 78 194 72 -
CMYK 0.60 0 0.63 0.24
HSL 117.05º 0.5% 0.52% -
HSV(B) 117.05º 0.63% 0.76% -
XYZ 23.6 40.67 12.74 -
YUV 145.41 86.57 79.92 -
System Red Green Blue C M Y K H S L
Decimal 78 194 72 0.60 0 0.63 0.24 117.05 0.5 0.52
Hex 4E C2 48 3C 0 3F 18 75 32 34
Octal 116 302 110 74 0 77 30 165 62 64
Binary 1001110 11000010 1001000 111100 0 111111 11000 1110101 110010 110100

Color Harmonies of #4EC248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC248

Black with #4EC248

Text Example


Text Example

White with #4EC248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,194,72); }

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

background-color css

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

 a { background-color: rgb(78,194,72); }

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

border-color css

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

 span { border-color: rgb(78,194,72); }

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