Html Css Color HEX #56A555 Fruit Salad

📋 copy color: '#56A555'

red 86 ◦ green 165 ◦ blue 85

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

Shades of Fruit Salad #56A555

Tints of Fruit Salad #56A555

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.11%

 BLUE value IS 85 (33.59% from 255) = 25.3%

R = 25.6%
G = 49.11%
B = 25.3%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#56A555 (or 0x56A555) is known color: Fruit Salad. HEX triplet: 56, A5 and 55. RGB value is (86,165,85). Sum of RGB (Red+Green+Blue) = 86+165+85=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 165 (64.84% from 255 or 49.11% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 165 - color contains mainly: green. Hex color #56A555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A555 is #A95AAA. Grayscale: #848484. Windows color (decimal): -11098795 or 5612886. OLE color: 5612886.

HSL color Cylindrical-coordinate representation of color #56A555: hue angle of 119.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A555 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 165 85 -
CMYK 0.48 0 0.48 0.35
HSL 119.25º 0.32% 0.49% -
HSV(B) 119.25º 0.48% 0.65% -
XYZ 18.93 29.54 13.3 -
YUV 132.26 101.33 95 -
System Red Green Blue C M Y K H S L
Decimal 86 165 85 0.48 0 0.48 0.35 119.25 0.32 0.49
Hex 56 A5 55 30 0 30 23 77 20 31
Octal 126 245 125 60 0 60 43 167 40 61
Binary 1010110 10100101 1010101 110000 0 110000 100011 1110111 100000 110001

Color Harmonies of #56A555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A555

Black with #56A555

Text Example


Text Example

White with #56A555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56A555; }

 p { color: rgb(86,165,85); }

 H1.HeaderClassName
 {
   color: #56A555;
 }
 .AnyTagClassName
 {
   color: #56A555;
 }
</style>

background-color css

<style>
 a { background-color: #56A555; }

 a { background-color: rgb(86,165,85); }

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

border-color css

<style>
 span { border-color: #56A555; }

 span { border-color: rgb(86,165,85); }

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