#4EA13A

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

Shades of Fruit Salad #4EA13A

Tints of Fruit Salad #4EA13A

Color information

#4EA13A (or 0x4EA13A) is unknown color: approx Fruit Salad. HEX triplet: 4E, A1 and 3A. RGB value is (78,161,58). Sum of RGB (Red+Green+Blue) = 78+161+58=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 161 (63.28% from 255 or 54.21% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA13A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA13A is #B15EC5. Grayscale: #7C7C7C. Windows color (decimal): -11624134 or 3842382. OLE color: 3842382.

HSL color Cylindrical-coordinate representation of color #4EA13A: hue angle of 108.35º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EA13A is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB7816158-
CMYK0.5200.640.37
HSL108.35º47.03%42.94%-
HSV(B)108.35º63.98%63.14%-
XYZ16.6527.418.42-
YUV124.4490.594.88-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.26%
GREEN value IS 161 (63.28% from 255) = 54.21%
BLUE value IS 58 (23.05% from 255) = 19.53%
R=26.26%
G=54.21%
B=19.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal78161580.5200.640.37108.3547.0342.94
Hex4EA13A34040256c2f2b
Octal11624172640100451545753
Binary100111010100001111010110100010000001001011101100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,161,58); }

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

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

 a { background-color: rgb(78,161,58); }

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

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

 span { border-color: rgb(78,161,58); }

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