#4EA252

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

Shades of Fruit Salad #4EA252

Tints of Fruit Salad #4EA252

Color information

#4EA252 (or 0x4EA252) is unknown color: approx Fruit Salad. HEX triplet: 4E, A2 and 52. RGB value is (78,162,82). Sum of RGB (Red+Green+Blue) = 78+162+82=322 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.22% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA252 is #B15DAD. Grayscale: #7F7F7F. Windows color (decimal): -11623854 or 5415502. OLE color: 5415502.

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

Color convert

RGB7816282-
CMYK0.5200.490.36
HSL122.86º35%47.06%-
HSV(B)122.86º51.85%63.53%-
XYZ17.5928.0712.47-
YUV127.76102.1792.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.22%
GREEN value IS 162 (63.67% from 255) = 50.31%
BLUE value IS 82 (32.42% from 255) = 25.47%
R=24.22%
G=50.31%
B=25.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal78162820.5200.490.36122.863547.06
Hex4EA25234031247b232f
Octal11624212264061441734357
Binary100111010100010101001011010001100011001001111011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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