#53BA4E

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

Shades of Fruit Salad #53BA4E

Tints of Fruit Salad #53BA4E

Color information

#53BA4E (or 0x53BA4E) is unknown color: approx Fruit Salad. HEX triplet: 53, BA and 4E. RGB value is (83,186,78). Sum of RGB (Red+Green+Blue) = 83+186+78=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA4E is #AC45B1. Grayscale: #8F8F8F. Windows color (decimal): -11290034 or 5159507. OLE color: 5159507.

HSL color Cylindrical-coordinate representation of color #53BA4E: hue angle of 117.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53BA4E is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB8318678-
CMYK0.5500.580.27
HSL117.22º43.9%51.76%-
HSV(B)117.22º58.06%72.94%-
XYZ22.537.5113.26-
YUV142.8991.3885.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 186 (73.05% from 255) = 53.60%
BLUE value IS 78 (30.86% from 255) = 22.48%
R=23.92%
G=53.60%
B=22.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83186780.5500.580.27117.2243.951.76
Hex53BA4E3703A1B752c34
Octal12327211667072331655464
Binary10100111011101010011101101110111010110111110101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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