Html Css Color HEX #53AD61 Fruit Salad

📋 copy color: '#53AD61'

red 83 ◦ green 173 ◦ blue 97

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

Shades of Fruit Salad #53AD61

Tints of Fruit Salad #53AD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.48%

R = 23.51%
G = 49.01%
B = 27.48%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#53AD61 (or 0x53AD61) is known color: Fruit Salad. HEX triplet: 53, AD and 61. RGB value is (83,173,97). Sum of RGB (Red+Green+Blue) = 83+173+97=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD61 is #AC529E. Grayscale: #898989. Windows color (decimal): -11293343 or 6401363. OLE color: 6401363.

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

Color convert

RGB 83 173 97 -
CMYK 0.52 0 0.44 0.32
HSL 129.33º 0.35% 0.5% -
HSV(B) 129.33º 0.52% 0.68% -
XYZ 20.67 32.59 16.51 -
YUV 137.43 105.18 89.18 -
System Red Green Blue C M Y K H S L
Decimal 83 173 97 0.52 0 0.44 0.32 129.33 0.35 0.5
Hex 53 AD 61 34 0 2C 20 81 23 32
Octal 123 255 141 64 0 54 40 201 43 62
Binary 1010011 10101101 1100001 110100 0 101100 100000 10000001 100011 110010

Color Harmonies of #53AD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AD61

Black with #53AD61

Text Example


Text Example

White with #53AD61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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