Html Css Color HEX #4EA248 Fruit Salad

📋 copy color: '#4EA248'

red 78 ◦ green 162 ◦ blue 72

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

Shades of Fruit Salad #4EA248

Tints of Fruit Salad #4EA248

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.92%

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

R = 25%
G = 51.92%
B = 23.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#4EA248 (or 0x4EA248) is known color: Fruit Salad. HEX triplet: 4E, A2 and 48. RGB value is (78,162,72). Sum of RGB (Red+Green+Blue) = 78+162+72=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA248 is #B15DB7. Grayscale: #7E7E7E. Windows color (decimal): -11623864 or 4760142. OLE color: 4760142.

HSL color Cylindrical-coordinate representation of color #4EA248: hue angle of 116º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EA248 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 78 162 72 -
CMYK 0.52 0 0.56 0.36
HSL 116º 0.38% 0.46% -
HSV(B) 116º 0.56% 0.64% -
XYZ 17.23 27.93 10.61 -
YUV 126.62 97.17 93.32 -
System Red Green Blue C M Y K H S L
Decimal 78 162 72 0.52 0 0.56 0.36 116 0.38 0.46
Hex 4E A2 48 34 0 38 24 74 26 2E
Octal 116 242 110 64 0 70 44 164 46 56
Binary 1001110 10100010 1001000 110100 0 111000 100100 1110100 100110 101110

Color Harmonies of #4EA248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA248

Black with #4EA248

Text Example


Text Example

White with #4EA248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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