#53A84E

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

Shades of Fruit Salad #53A84E

Tints of Fruit Salad #53A84E

Color information

#53A84E (or 0x53A84E) is unknown color: approx Fruit Salad. HEX triplet: 53, A8 and 4E. RGB value is (83,168,78). Sum of RGB (Red+Green+Blue) = 83+168+78=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 168 (66.02% from 255 or 51.06% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 168 - color contains mainly: green. Hex color #53A84E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A84E is #AC57B1. Grayscale: #848484. Windows color (decimal): -11294642 or 5154899. OLE color: 5154899.

HSL color Cylindrical-coordinate representation of color #53A84E: hue angle of 116.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53A84E is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB8316878-
CMYK0.5100.540.34
HSL116.67º36.59%48.24%-
HSV(B)116.67º53.57%65.88%-
XYZ18.9530.3912.08-
YUV132.3297.3492.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 168 (66.02% from 255) = 51.06%
BLUE value IS 78 (30.86% from 255) = 23.71%
R=25.23%
G=51.06%
B=23.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal83168780.5100.540.34116.6736.5948.24
Hex53A84E3303622752530
Octal12325011663066421654560
Binary101001110101000100111011001101101101000101110101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A84E; }

 p { color: rgb(83,168,78); }

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

<style>
 a { background-color: #53A84E; }

 a { background-color: rgb(83,168,78); }

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

<style>
 span { border-color: #53A84E; }

 span { border-color: rgb(83,168,78); }

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