Html Css Color HEX #85C56A Mantis

📋 copy color: '#85C56A'

red 133 ◦ green 197 ◦ blue 106

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

Shades of Mantis #85C56A

Tints of Mantis #85C56A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.18%

 BLUE value IS 106 (41.8% from 255) = 24.31%

R = 30.5%
G = 45.18%
B = 24.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#85C56A (or 0x85C56A) is known color: Mantis. HEX triplet: 85, C5 and 6A. RGB value is (133,197,106). Sum of RGB (Red+Green+Blue) = 133+197+106=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #85C56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C56A is #7A3A95. Grayscale: #A7A7A7. Windows color (decimal): -8010390 or 6997381. OLE color: 6997381.

HSL color Cylindrical-coordinate representation of color #85C56A: hue angle of 102.2º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85C56A is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 133 197 106 -
CMYK 0.32 0 0.46 0.23
HSL 102.2º 0.44% 0.59% -
HSV(B) 102.2º 0.46% 0.77% -
XYZ 32.24 45.96 20.81 -
YUV 167.49 93.3 103.4 -
System Red Green Blue C M Y K H S L
Decimal 133 197 106 0.32 0 0.46 0.23 102.2 0.44 0.59
Hex 85 C5 6A 20 0 2E 17 66 2C 3B
Octal 205 305 152 40 0 56 27 146 54 73
Binary 10000101 11000101 1101010 100000 0 101110 10111 1100110 101100 111011

Color Harmonies of #85C56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C56A

Black with #85C56A

Text Example


Text Example

White with #85C56A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,197,106); }

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

background-color css

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

 a { background-color: rgb(133,197,106); }

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

border-color css

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

 span { border-color: rgb(133,197,106); }

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