Html Css Color HEX #56985D Fruit Salad

📋 copy color: '#56985D'

red 86 ◦ green 152 ◦ blue 93

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

Shades of Fruit Salad #56985D

Tints of Fruit Salad #56985D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.92%

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 25.98%
G = 45.92%
B = 28.1%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#56985D (or 0x56985D) is known color: Fruit Salad. HEX triplet: 56, 98 and 5D. RGB value is (86,152,93). Sum of RGB (Red+Green+Blue) = 86+152+93=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #56985D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56985D is #A967A2. Grayscale: #7D7D7D. Windows color (decimal): -11102115 or 6133846. OLE color: 6133846.

HSL color Cylindrical-coordinate representation of color #56985D: hue angle of 126.36º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56985D is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 86 152 93 -
CMYK 0.43 0 0.39 0.40
HSL 126.36º 0.28% 0.47% -
HSV(B) 126.36º 0.43% 0.6% -
XYZ 17.04 25.23 14.33 -
YUV 125.54 109.63 99.8 -
System Red Green Blue C M Y K H S L
Decimal 86 152 93 0.43 0 0.39 0.40 126.36 0.28 0.47
Hex 56 98 5D 2B 0 27 28 7E 1C 2F
Octal 126 230 135 53 0 47 50 176 34 57
Binary 1010110 10011000 1011101 101011 0 100111 101000 1111110 11100 101111

Color Harmonies of #56985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56985D

Black with #56985D

Text Example


Text Example

White with #56985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56985D; }

 p { color: rgb(86,152,93); }

 H1.HeaderClassName
 {
   color: #56985D;
 }
 .AnyTagClassName
 {
   color: #56985D;
 }
</style>

background-color css

<style>
 a { background-color: #56985D; }

 a { background-color: rgb(86,152,93); }

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

border-color css

<style>
 span { border-color: #56985D; }

 span { border-color: rgb(86,152,93); }

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