#53B857

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

Shades of Fruit Salad #53B857

Tints of Fruit Salad #53B857

Color information

#53B857 (or 0x53B857) is unknown color: approx Fruit Salad. HEX triplet: 53, B8 and 57. RGB value is (83,184,87). Sum of RGB (Red+Green+Blue) = 83+184+87=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 184 (72.27% from 255 or 51.98% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 184 - color contains mainly: green. Hex color #53B857 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B857 is #AC47A8. Grayscale: #8F8F8F. Windows color (decimal): -11290537 or 5748819. OLE color: 5748819.

HSL color Cylindrical-coordinate representation of color #53B857: hue angle of 122.38º 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 #53B857 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB8318487-
CMYK0.5500.530.28
HSL122.38º41.56%52.35%-
HSV(B)122.38º54.89%72.16%-
XYZ22.4336.8114.94-
YUV142.7496.5485.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.45%
GREEN value IS 184 (72.27% from 255) = 51.98%
BLUE value IS 87 (34.38% from 255) = 24.58%
R=23.45%
G=51.98%
B=24.58%

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
Decimal83184870.5500.530.28122.3841.5652.35
Hex53B857370351C7a2a34
Octal12327012767065341725264
Binary10100111011100010101111101110110101111001111010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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