Html Css Color HEX #53A660 Fruit Salad

📋 copy color: '#53A660'

red 83 ◦ green 166 ◦ blue 96

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

Shades of Fruit Salad #53A660

Tints of Fruit Salad #53A660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 24.06%
G = 48.12%
B = 27.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#53A660 (or 0x53A660) is known color: Fruit Salad. HEX triplet: 53, A6 and 60. RGB value is (83,166,96). Sum of RGB (Red+Green+Blue) = 83+166+96=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 166 - color contains mainly: green. Hex color #53A660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A660 is #AC599F. Grayscale: #858585. Windows color (decimal): -11295136 or 6334035. OLE color: 6334035.

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

Color convert

RGB 83 166 96 -
CMYK 0.50 0 0.42 0.35
HSL 129.4º 0.33% 0.49% -
HSV(B) 129.4º 0.5% 0.65% -
XYZ 19.31 29.96 15.83 -
YUV 133.2 107 92.19 -
System Red Green Blue C M Y K H S L
Decimal 83 166 96 0.50 0 0.42 0.35 129.4 0.33 0.49
Hex 53 A6 60 32 0 2A 23 81 21 31
Octal 123 246 140 62 0 52 43 201 41 61
Binary 1010011 10100110 1100000 110010 0 101010 100011 10000001 100001 110001

Color Harmonies of #53A660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A660

Black with #53A660

Text Example


Text Example

White with #53A660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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