Html Css Color HEX #85C756 Mantis

📋 copy color: '#85C756'

red 133 ◦ green 199 ◦ blue 86

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

Shades of Mantis #85C756

Tints of Mantis #85C756

RGB

 RED value IS 133 (52.34% from 255) = 31.82%

 GREEN value IS 199 (78.13% from 255) = 47.61%

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

R = 31.82%
G = 47.61%
B = 20.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#85C756 (or 0x85C756) is known color: Mantis. HEX triplet: 85, C7 and 56. RGB value is (133,199,86). Sum of RGB (Red+Green+Blue) = 133+199+86=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 199 - color contains mainly: green. Hex color #85C756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C756 is #7A38A9. Grayscale: #A6A6A6. Windows color (decimal): -8009898 or 5687173. OLE color: 5687173.

HSL color Cylindrical-coordinate representation of color #85C756: hue angle of 95.04º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85C756 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 199 86 -
CMYK 0.33 0 0.57 0.22
HSL 95.04º 0.5% 0.56% -
HSV(B) 95.04º 0.57% 0.78% -
XYZ 31.78 46.51 16.11 -
YUV 166.38 82.63 104.19 -
System Red Green Blue C M Y K H S L
Decimal 133 199 86 0.33 0 0.57 0.22 95.04 0.5 0.56
Hex 85 C7 56 21 0 39 16 5F 32 38
Octal 205 307 126 41 0 71 26 137 62 70
Binary 10000101 11000111 1010110 100001 0 111001 10110 1011111 110010 111000

Color Harmonies of #85C756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C756

Black with #85C756

Text Example


Text Example

White with #85C756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85C756; }

 p { color: rgb(133,199,86); }

 H1.HeaderClassName
 {
   color: #85C756;
 }
 .AnyTagClassName
 {
   color: #85C756;
 }
</style>

background-color css

<style>
 a { background-color: #85C756; }

 a { background-color: rgb(133,199,86); }

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

border-color css

<style>
 span { border-color: #85C756; }

 span { border-color: rgb(133,199,86); }

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