Html Css Color HEX #53A762 Fruit Salad

📋 copy color: '#53A762'

red 83 ◦ green 167 ◦ blue 98

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

Shades of Fruit Salad #53A762

Tints of Fruit Salad #53A762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.16%

R = 23.85%
G = 47.99%
B = 28.16%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#53A762 (or 0x53A762) is known color: Fruit Salad. HEX triplet: 53, A7 and 62. RGB value is (83,167,98). Sum of RGB (Red+Green+Blue) = 83+167+98=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 167 (65.62% from 255 or 47.99% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 167 - color contains mainly: green. Hex color #53A762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A762 is #AC589D. Grayscale: #868686. Windows color (decimal): -11294878 or 6465363. OLE color: 6465363.

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

Color convert

RGB 83 167 98 -
CMYK 0.50 0 0.41 0.35
HSL 130.71º 0.34% 0.49% -
HSV(B) 130.71º 0.5% 0.65% -
XYZ 19.59 30.36 16.38 -
YUV 134.02 107.67 91.61 -
System Red Green Blue C M Y K H S L
Decimal 83 167 98 0.50 0 0.41 0.35 130.71 0.34 0.49
Hex 53 A7 62 32 0 29 23 83 22 31
Octal 123 247 142 62 0 51 43 203 42 61
Binary 1010011 10100111 1100010 110010 0 101001 100011 10000011 100010 110001

Color Harmonies of #53A762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A762

Black with #53A762

Text Example


Text Example

White with #53A762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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