Html Css Color HEX #53B056 Fruit Salad

📋 copy color: '#53B056'

red 83 ◦ green 176 ◦ blue 86

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

Shades of Fruit Salad #53B056

Tints of Fruit Salad #53B056

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.01%

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

R = 24.06%
G = 51.01%
B = 24.93%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#53B056 (or 0x53B056) is known color: Fruit Salad. HEX triplet: 53, B0 and 56. RGB value is (83,176,86). Sum of RGB (Red+Green+Blue) = 83+176+86=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #53B056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B056 is #AC4FA9. Grayscale: #8A8A8A. Windows color (decimal): -11292586 or 5681235. OLE color: 5681235.

HSL color Cylindrical-coordinate representation of color #53B056: hue angle of 121.94º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B056 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 176 86 -
CMYK 0.53 0 0.51 0.31
HSL 121.94º 0.37% 0.51% -
HSV(B) 121.94º 0.53% 0.69% -
XYZ 20.77 33.56 14.19 -
YUV 137.93 98.69 88.82 -
System Red Green Blue C M Y K H S L
Decimal 83 176 86 0.53 0 0.51 0.31 121.94 0.37 0.51
Hex 53 B0 56 35 0 33 1F 7A 25 33
Octal 123 260 126 65 0 63 37 172 45 63
Binary 1010011 10110000 1010110 110101 0 110011 11111 1111010 100101 110011

Color Harmonies of #53B056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B056

Black with #53B056

Text Example


Text Example

White with #53B056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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