Html Css Color HEX #53A656 Fruit Salad

📋 copy color: '#53A656'

red 83 ◦ green 166 ◦ blue 86

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

Shades of Fruit Salad #53A656

Tints of Fruit Salad #53A656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.67%

R = 24.78%
G = 49.55%
B = 25.67%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#53A656 (or 0x53A656) is known color: Fruit Salad. HEX triplet: 53, A6 and 56. RGB value is (83,166,86). Sum of RGB (Red+Green+Blue) = 83+166+86=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 166 (65.23% from 255 or 49.55% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 166 - color contains mainly: green. Hex color #53A656 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A656 is #AC59A9. Grayscale: #848484. Windows color (decimal): -11295146 or 5678675. OLE color: 5678675.

HSL color Cylindrical-coordinate representation of color #53A656: hue angle of 122.17º 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 #53A656 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 166 86 -
CMYK 0.50 0 0.48 0.35
HSL 122.17º 0.33% 0.49% -
HSV(B) 122.17º 0.5% 0.65% -
XYZ 18.88 29.78 13.56 -
YUV 132.06 102 93 -
System Red Green Blue C M Y K H S L
Decimal 83 166 86 0.50 0 0.48 0.35 122.17 0.33 0.49
Hex 53 A6 56 32 0 30 23 7A 21 31
Octal 123 246 126 62 0 60 43 172 41 61
Binary 1010011 10100110 1010110 110010 0 110000 100011 1111010 100001 110001

Color Harmonies of #53A656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A656

Black with #53A656

Text Example


Text Example

White with #53A656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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