#53B45A

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

Shades of Fruit Salad #53B45A

Tints of Fruit Salad #53B45A

Color information

#53B45A (or 0x53B45A) is unknown color: approx Fruit Salad. HEX triplet: 53, B4 and 5A. RGB value is (83,180,90). Sum of RGB (Red+Green+Blue) = 83+180+90=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #53B45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B45A is #AC4BA5. Grayscale: #8D8D8D. Windows color (decimal): -11291558 or 5944403. OLE color: 5944403.

HSL color Cylindrical-coordinate representation of color #53B45A: hue angle of 124.33º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B45A is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB8318090-
CMYK0.5400.500.29
HSL124.33º39.27%51.57%-
HSV(B)124.33º53.89%70.59%-
XYZ21.7335.2215.33-
YUV140.7499.3686.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.51%
GREEN value IS 180 (70.70% from 255) = 50.99%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=23.51%
G=50.99%
B=25.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal83180900.5400.500.29124.3339.2751.57
Hex53B45A360321D7c2734
Octal12326413266062351744764
Binary10100111011010010110101101100110010111011111100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,180,90); }

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

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

 a { background-color: rgb(83,180,90); }

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

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

 span { border-color: rgb(83,180,90); }

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