#53B957

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

Shades of Fruit Salad #53B957

Tints of Fruit Salad #53B957

Color information

#53B957 (or 0x53B957) is unknown color: approx Fruit Salad. HEX triplet: 53, B9 and 57. RGB value is (83,185,87). Sum of RGB (Red+Green+Blue) = 83+185+87=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 185 (72.66% from 255 or 52.11% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 185 - color contains mainly: green. Hex color #53B957 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B957 is #AC46A8. Grayscale: #8F8F8F. Windows color (decimal): -11290281 or 5749075. OLE color: 5749075.

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

Color convert

RGB8318587-
CMYK0.5500.530.27
HSL122.35º42.15%52.55%-
HSV(B)122.35º55.14%72.55%-
XYZ22.6437.2315.01-
YUV143.3396.2184.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.38%
GREEN value IS 185 (72.66% from 255) = 52.11%
BLUE value IS 87 (34.38% from 255) = 24.51%
R=23.38%
G=52.11%
B=24.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83185870.5500.530.27122.3542.1552.55
Hex53B957370351B7a2a35
Octal12327112767065331725265
Binary10100111011100110101111101110110101110111111010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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