Html Css Color HEX #53A753 Fruit Salad

📋 copy color: '#53A753'

red 83 ◦ green 167 ◦ blue 83

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

Shades of Fruit Salad #53A753

Tints of Fruit Salad #53A753

RGB

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

 GREEN value IS 167 (65.63% from 255) = 50.15%

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

R = 24.92%
G = 50.15%
B = 24.92%

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

#53A753 (or 0x53A753) is known color: Fruit Salad. HEX triplet: 53, A7 and 53. RGB value is (83,167,83). Sum of RGB (Red+Green+Blue) = 83+167+83=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 167 (65.62% from 255 or 50.15% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 167 - color contains mainly: green. Hex color #53A753 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A753 is #AC58AC. Grayscale: #848484. Windows color (decimal): -11294893 or 5482323. OLE color: 5482323.

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

Color convert

RGB 83 167 83 -
CMYK 0.50 0 0.50 0.35
HSL 120º 0.34% 0.49% -
HSV(B) 120º 0.5% 0.65% -
XYZ 18.95 30.1 13 -
YUV 132.31 100.17 92.83 -
System Red Green Blue C M Y K H S L
Decimal 83 167 83 0.50 0 0.50 0.35 120 0.34 0.49
Hex 53 A7 53 32 0 32 23 78 22 31
Octal 123 247 123 62 0 62 43 170 42 61
Binary 1010011 10100111 1010011 110010 0 110010 100011 1111000 100010 110001

Color Harmonies of #53A753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A753

Black with #53A753

Text Example


Text Example

White with #53A753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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