#52A24E

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

Shades of Fruit Salad #52A24E

Tints of Fruit Salad #52A24E

Color information

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

HSL color Cylindrical-coordinate representation of color #52A24E: hue angle of 117.14º 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 #52A24E is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB8216278-
CMYK0.4900.520.36
HSL117.14º35%47.06%-
HSV(B)117.14º51.85%63.53%-
XYZ17.7828.1811.71-
YUV128.599.594.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82162780.4900.520.36117.143547.06
Hex52A24E310342475232f
Octal12224211661064441654357
Binary101001010100010100111011000101101001001001110101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52A24E; }

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

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

<style>
 a { background-color: #52A24E; }

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

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

<style>
 span { border-color: #52A24E; }

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

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