Html Css Color HEX #53A160 Fruit Salad

📋 copy color: '#53A160'

red 83 ◦ green 161 ◦ blue 96

#53A160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #53A160

Tints of Fruit Salad #53A160

RGB

 RED value IS 83 (32.81% from 255) = 24.41%

 GREEN value IS 161 (63.28% from 255) = 47.35%

 BLUE value IS 96 (37.89% from 255) = 28.24%

R = 24.41%
G = 47.35%
B = 28.24%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#53A160 (or 0x53A160) is known color: Fruit Salad. HEX triplet: 53, A1 and 60. RGB value is (83,161,96). Sum of RGB (Red+Green+Blue) = 83+161+96=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 161 (63.28% from 255 or 47.35% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 161 - color contains mainly: green. Hex color #53A160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A160 is #AC5E9F. Grayscale: #828282. Windows color (decimal): -11296416 or 6332755. OLE color: 6332755.

HSL color Cylindrical-coordinate representation of color #53A160: hue angle of 130º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A160 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 161 96 -
CMYK 0.48 0 0.40 0.37
HSL 130º 0.32% 0.48% -
HSV(B) 130º 0.48% 0.63% -
XYZ 18.42 28.17 15.53 -
YUV 130.27 108.66 94.29 -
System Red Green Blue C M Y K H S L
Decimal 83 161 96 0.48 0 0.40 0.37 130 0.32 0.48
Hex 53 A1 60 30 0 28 25 82 20 30
Octal 123 241 140 60 0 50 45 202 40 60
Binary 1010011 10100001 1100000 110000 0 101000 100101 10000010 100000 110000

Color Harmonies of #53A160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A160

Black with #53A160

Text Example


Text Example

White with #53A160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,161,96); }

 H1.HeaderClassName
 {
   color: #53A160;
 }
 .AnyTagClassName
 {
   color: #53A160;
 }
</style>

background-color css

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

 a { background-color: rgb(83,161,96); }

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

border-color css

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

 span { border-color: rgb(83,161,96); }

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