Html Css Color HEX #53A756 Fruit Salad

📋 copy color: '#53A756'

red 83 ◦ green 167 ◦ blue 86

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

Shades of Fruit Salad #53A756

Tints of Fruit Salad #53A756

RGB

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

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

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

R = 24.7%
G = 49.7%
B = 25.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#53A756 (or 0x53A756) is known color: Fruit Salad. HEX triplet: 53, A7 and 56. RGB value is (83,167,86). Sum of RGB (Red+Green+Blue) = 83+167+86=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 167 (65.62% from 255 or 49.70% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 167 - color contains mainly: green. Hex color #53A756 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A756 is #AC58A9. Grayscale: #848484. Windows color (decimal): -11294890 or 5678931. OLE color: 5678931.

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

Color convert

RGB 83 167 86 -
CMYK 0.50 0 0.49 0.35
HSL 122.14º 0.34% 0.49% -
HSV(B) 122.14º 0.5% 0.65% -
XYZ 19.07 30.15 13.62 -
YUV 132.65 101.67 92.59 -
System Red Green Blue C M Y K H S L
Decimal 83 167 86 0.50 0 0.49 0.35 122.14 0.34 0.49
Hex 53 A7 56 32 0 31 23 7A 22 31
Octal 123 247 126 62 0 61 43 172 42 61
Binary 1010011 10100111 1010110 110010 0 110001 100011 1111010 100010 110001

Color Harmonies of #53A756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A756

Black with #53A756

Text Example


Text Example

White with #53A756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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