Html Css Color HEX #53A64D Fruit Salad

📋 copy color: '#53A64D'

red 83 ◦ green 166 ◦ blue 77

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

Shades of Fruit Salad #53A64D

Tints of Fruit Salad #53A64D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.92%

 BLUE value IS 77 (30.47% from 255) = 23.62%

R = 25.46%
G = 50.92%
B = 23.62%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#53A64D (or 0x53A64D) is known color: Fruit Salad. HEX triplet: 53, A6 and 4D. RGB value is (83,166,77). Sum of RGB (Red+Green+Blue) = 83+166+77=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #53A64D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A64D is #AC59B2. Grayscale: #838383. Windows color (decimal): -11295155 or 5088851. OLE color: 5088851.

HSL color Cylindrical-coordinate representation of color #53A64D: hue angle of 115.96º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53A64D is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 166 77 -
CMYK 0.50 0 0.54 0.35
HSL 115.96º 0.37% 0.48% -
HSV(B) 115.96º 0.54% 0.65% -
XYZ 18.54 29.65 11.77 -
YUV 131.04 97.5 93.74 -
System Red Green Blue C M Y K H S L
Decimal 83 166 77 0.50 0 0.54 0.35 115.96 0.37 0.48
Hex 53 A6 4D 32 0 36 23 74 25 30
Octal 123 246 115 62 0 66 43 164 45 60
Binary 1010011 10100110 1001101 110010 0 110110 100011 1110100 100101 110000

Color Harmonies of #53A64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A64D

Black with #53A64D

Text Example


Text Example

White with #53A64D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,166,77); }

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

background-color css

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

 a { background-color: rgb(83,166,77); }

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

border-color css

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

 span { border-color: rgb(83,166,77); }

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