#53B350

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

Shades of Fruit Salad #53B350

Tints of Fruit Salad #53B350

Color information

#53B350 (or 0x53B350) is unknown color: approx Fruit Salad. HEX triplet: 53, B3 and 50. RGB value is (83,179,80). Sum of RGB (Red+Green+Blue) = 83+179+80=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #53B350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B350 is #AC4CAF. Grayscale: #8B8B8B. Windows color (decimal): -11291824 or 5288787. OLE color: 5288787.

HSL color Cylindrical-coordinate representation of color #53B350: hue angle of 118.18º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B350 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB8317980-
CMYK0.5400.550.30
HSL118.18º39.44%50.78%-
HSV(B)118.18º55.31%70.2%-
XYZ21.1434.6613.17-
YUV139.0194.788.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.27%
GREEN value IS 179 (70.31% from 255) = 52.34%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=24.27%
G=52.34%
B=23.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal83179800.5400.550.30118.1839.4450.78
Hex53B350360371E762733
Octal12326312066067361664763
Binary10100111011001110100001101100110111111101110110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,179,80); }

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

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

 a { background-color: rgb(83,179,80); }

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

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

 span { border-color: rgb(83,179,80); }

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