Html Css Color HEX #53AD55 Fruit Salad

📋 copy color: '#53AD55'

red 83 ◦ green 173 ◦ blue 85

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

Shades of Fruit Salad #53AD55

Tints of Fruit Salad #53AD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.93%

R = 24.34%
G = 50.73%
B = 24.93%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#53AD55 (or 0x53AD55) is known color: Fruit Salad. HEX triplet: 53, AD and 55. RGB value is (83,173,85). Sum of RGB (Red+Green+Blue) = 83+173+85=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD55 is #AC52AA. Grayscale: #888888. Windows color (decimal): -11293355 or 5614931. OLE color: 5614931.

HSL color Cylindrical-coordinate representation of color #53AD55: hue angle of 121.33º 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 #53AD55 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 173 85 -
CMYK 0.52 0 0.51 0.32
HSL 121.33º 0.35% 0.5% -
HSV(B) 121.33º 0.52% 0.68% -
XYZ 20.15 32.38 13.78 -
YUV 136.06 99.18 90.16 -
System Red Green Blue C M Y K H S L
Decimal 83 173 85 0.52 0 0.51 0.32 121.33 0.35 0.5
Hex 53 AD 55 34 0 33 20 79 23 32
Octal 123 255 125 64 0 63 40 171 43 62
Binary 1010011 10101101 1010101 110100 0 110011 100000 1111001 100011 110010

Color Harmonies of #53AD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AD55

Black with #53AD55

Text Example


Text Example

White with #53AD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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