Html Css Color HEX #85C156 Mantis

📋 copy color: '#85C156'

red 133 ◦ green 193 ◦ blue 86

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

Shades of Mantis #85C156

Tints of Mantis #85C156

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.84%

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

R = 32.28%
G = 46.84%
B = 20.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#85C156 (or 0x85C156) is known color: Mantis. HEX triplet: 85, C1 and 56. RGB value is (133,193,86). Sum of RGB (Red+Green+Blue) = 133+193+86=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #85C156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C156 is #7A3EA9. Grayscale: #A3A3A3. Windows color (decimal): -8011434 or 5685637. OLE color: 5685637.

HSL color Cylindrical-coordinate representation of color #85C156: hue angle of 93.64º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85C156 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 193 86 -
CMYK 0.31 0 0.55 0.24
HSL 93.64º 0.46% 0.55% -
HSV(B) 93.64º 0.55% 0.76% -
XYZ 30.42 43.8 15.65 -
YUV 162.86 84.62 106.7 -
System Red Green Blue C M Y K H S L
Decimal 133 193 86 0.31 0 0.55 0.24 93.64 0.46 0.55
Hex 85 C1 56 1F 0 37 18 5E 2E 37
Octal 205 301 126 37 0 67 30 136 56 67
Binary 10000101 11000001 1010110 11111 0 110111 11000 1011110 101110 110111

Color Harmonies of #85C156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C156

Black with #85C156

Text Example


Text Example

White with #85C156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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