Html Css Color HEX #53A653 Fruit Salad

📋 copy color: '#53A653'

red 83 ◦ green 166 ◦ blue 83

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

Shades of Fruit Salad #53A653

Tints of Fruit Salad #53A653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25%

R = 25%
G = 50%
B = 25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#53A653 (or 0x53A653) is known color: Fruit Salad. HEX triplet: 53, A6 and 53. RGB value is (83,166,83). Sum of RGB (Red+Green+Blue) = 83+166+83=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 166 (65.23% from 255 or 50% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 166 - color contains mainly: green. Hex color #53A653 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A653 is #AC59AC. Grayscale: #838383. Windows color (decimal): -11295149 or 5482067. OLE color: 5482067.

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

Color convert

RGB 83 166 83 -
CMYK 0.50 0 0.50 0.35
HSL 120º 0.33% 0.49% -
HSV(B) 120º 0.5% 0.65% -
XYZ 18.76 29.74 12.93 -
YUV 131.72 100.5 93.25 -
System Red Green Blue C M Y K H S L
Decimal 83 166 83 0.50 0 0.50 0.35 120 0.33 0.49
Hex 53 A6 53 32 0 32 23 78 21 31
Octal 123 246 123 62 0 62 43 170 41 61
Binary 1010011 10100110 1010011 110010 0 110010 100011 1111000 100001 110001

Color Harmonies of #53A653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A653

Black with #53A653

Text Example


Text Example

White with #53A653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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