Html Css Color HEX #53AD5D Fruit Salad

📋 copy color: '#53AD5D'

red 83 ◦ green 173 ◦ blue 93

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

Shades of Fruit Salad #53AD5D

Tints of Fruit Salad #53AD5D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.57%

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

R = 23.78%
G = 49.57%
B = 26.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#53AD5D (or 0x53AD5D) is known color: Fruit Salad. HEX triplet: 53, AD and 5D. RGB value is (83,173,93). Sum of RGB (Red+Green+Blue) = 83+173+93=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD5D is #AC52A2. Grayscale: #898989. Windows color (decimal): -11293347 or 6139219. OLE color: 6139219.

HSL color Cylindrical-coordinate representation of color #53AD5D: hue angle of 126.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AD5D is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 173 93 -
CMYK 0.52 0 0.46 0.32
HSL 126.67º 0.35% 0.5% -
HSV(B) 126.67º 0.52% 0.68% -
XYZ 20.49 32.52 15.55 -
YUV 136.97 103.18 89.5 -
System Red Green Blue C M Y K H S L
Decimal 83 173 93 0.52 0 0.46 0.32 126.67 0.35 0.5
Hex 53 AD 5D 34 0 2E 20 7F 23 32
Octal 123 255 135 64 0 56 40 177 43 62
Binary 1010011 10101101 1011101 110100 0 101110 100000 1111111 100011 110010

Color Harmonies of #53AD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AD5D

Black with #53AD5D

Text Example


Text Example

White with #53AD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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