#53B856

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

Shades of Fruit Salad #53B856

Tints of Fruit Salad #53B856

Color information

#53B856 (or 0x53B856) is unknown color: approx Fruit Salad. HEX triplet: 53, B8 and 56. RGB value is (83,184,86). Sum of RGB (Red+Green+Blue) = 83+184+86=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 184 (72.27% from 255 or 52.12% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 184 - color contains mainly: green. Hex color #53B856 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B856 is #AC47A9. Grayscale: #8E8E8E. Windows color (decimal): -11290538 or 5683283. OLE color: 5683283.

HSL color Cylindrical-coordinate representation of color #53B856: hue angle of 121.78º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B856 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB8318486-
CMYK0.5500.530.28
HSL121.78º41.56%52.35%-
HSV(B)121.78º54.89%72.16%-
XYZ22.3936.7914.73-
YUV142.6396.0485.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.51%
GREEN value IS 184 (72.27% from 255) = 52.12%
BLUE value IS 86 (33.98% from 255) = 24.36%
R=23.51%
G=52.12%
B=24.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal83184860.5500.530.28121.7841.5652.35
Hex53B856370351C7a2a34
Octal12327012667065341725264
Binary10100111011100010101101101110110101111001111010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,184,86); }

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

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

 a { background-color: rgb(83,184,86); }

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

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

 span { border-color: rgb(83,184,86); }

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