#53BA4D

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

Shades of Fruit Salad #53BA4D

Tints of Fruit Salad #53BA4D

Color information

#53BA4D (or 0x53BA4D) is unknown color: approx Fruit Salad. HEX triplet: 53, BA and 4D. RGB value is (83,186,77). Sum of RGB (Red+Green+Blue) = 83+186+77=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA4D is #AC45B2. Grayscale: #8F8F8F. Windows color (decimal): -11290035 or 5093971. OLE color: 5093971.

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

Color convert

RGB8318677-
CMYK0.5500.590.27
HSL116.7º44.13%51.57%-
HSV(B)116.7º58.6%72.94%-
XYZ22.4737.4913.07-
YUV142.7890.8885.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 186 (73.05% from 255) = 53.76%
BLUE value IS 77 (30.47% from 255) = 22.25%
R=23.99%
G=53.76%
B=22.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83186770.5500.590.27116.744.1351.57
Hex53BA4D3703B1B752c34
Octal12327211567073331655464
Binary10100111011101010011011101110111011110111110101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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