Html Css Color HEX #53A65D Fruit Salad

📋 copy color: '#53A65D'

red 83 ◦ green 166 ◦ blue 93

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

Shades of Fruit Salad #53A65D

Tints of Fruit Salad #53A65D

RGB

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

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

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

R = 24.27%
G = 48.54%
B = 27.19%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#53A65D (or 0x53A65D) is known color: Fruit Salad. HEX triplet: 53, A6 and 5D. RGB value is (83,166,93). Sum of RGB (Red+Green+Blue) = 83+166+93=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #53A65D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A65D is #AC59A2. Grayscale: #858585. Windows color (decimal): -11295139 or 6137427. OLE color: 6137427.

HSL color Cylindrical-coordinate representation of color #53A65D: hue angle of 127.23º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A65D is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 166 93 -
CMYK 0.50 0 0.44 0.35
HSL 127.23º 0.33% 0.49% -
HSV(B) 127.23º 0.5% 0.65% -
XYZ 19.18 29.9 15.12 -
YUV 132.86 105.5 92.44 -
System Red Green Blue C M Y K H S L
Decimal 83 166 93 0.50 0 0.44 0.35 127.23 0.33 0.49
Hex 53 A6 5D 32 0 2C 23 7F 21 31
Octal 123 246 135 62 0 54 43 177 41 61
Binary 1010011 10100110 1011101 110010 0 101100 100011 1111111 100001 110001

Color Harmonies of #53A65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A65D

Black with #53A65D

Text Example


Text Example

White with #53A65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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