Html Css Color HEX #4EAB42 Fruit Salad

📋 copy color: '#4EAB42'

red 78 ◦ green 171 ◦ blue 66

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

Shades of Fruit Salad #4EAB42

Tints of Fruit Salad #4EAB42

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.29%

 BLUE value IS 66 (26.17% from 255) = 20.95%

R = 24.76%
G = 54.29%
B = 20.95%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#4EAB42 (or 0x4EAB42) is known color: Fruit Salad. HEX triplet: 4E, AB and 42. RGB value is (78,171,66). Sum of RGB (Red+Green+Blue) = 78+171+66=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #4EAB42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EAB42 is #B154BD. Grayscale: #838383. Windows color (decimal): -11621566 or 4369230. OLE color: 4369230.

HSL color Cylindrical-coordinate representation of color #4EAB42: hue angle of 113.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EAB42 is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 171 66 -
CMYK 0.54 0 0.61 0.33
HSL 113.14º 0.44% 0.46% -
HSV(B) 113.14º 0.61% 0.67% -
XYZ 18.69 31.14 10.18 -
YUV 131.22 91.19 90.04 -
System Red Green Blue C M Y K H S L
Decimal 78 171 66 0.54 0 0.61 0.33 113.14 0.44 0.46
Hex 4E AB 42 36 0 3D 21 71 2C 2E
Octal 116 253 102 66 0 75 41 161 54 56
Binary 1001110 10101011 1000010 110110 0 111101 100001 1110001 101100 101110

Color Harmonies of #4EAB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAB42

Black with #4EAB42

Text Example


Text Example

White with #4EAB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,171,66); }

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

background-color css

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

 a { background-color: rgb(78,171,66); }

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

border-color css

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

 span { border-color: rgb(78,171,66); }

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