Html Css Color HEX #53A15D Fruit Salad

📋 copy color: '#53A15D'

red 83 ◦ green 161 ◦ blue 93

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

Shades of Fruit Salad #53A15D

Tints of Fruit Salad #53A15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.6%

R = 24.63%
G = 47.77%
B = 27.6%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#53A15D (or 0x53A15D) is known color: Fruit Salad. HEX triplet: 53, A1 and 5D. RGB value is (83,161,93). Sum of RGB (Red+Green+Blue) = 83+161+93=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #53A15D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A15D is #AC5EA2. Grayscale: #828282. Windows color (decimal): -11296419 or 6136147. OLE color: 6136147.

HSL color Cylindrical-coordinate representation of color #53A15D: hue angle of 127.69º 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 #53A15D is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 161 93 -
CMYK 0.48 0 0.42 0.37
HSL 127.69º 0.32% 0.48% -
HSV(B) 127.69º 0.48% 0.63% -
XYZ 18.29 28.12 14.82 -
YUV 129.93 107.16 94.53 -
System Red Green Blue C M Y K H S L
Decimal 83 161 93 0.48 0 0.42 0.37 127.69 0.32 0.48
Hex 53 A1 5D 30 0 2A 25 80 20 30
Octal 123 241 135 60 0 52 45 200 40 60
Binary 1010011 10100001 1011101 110000 0 101010 100101 10000000 100000 110000

Color Harmonies of #53A15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A15D

Black with #53A15D

Text Example


Text Example

White with #53A15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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