Html Css Color HEX #85C566 Mantis

📋 copy color: '#85C566'

red 133 ◦ green 197 ◦ blue 102

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

Shades of Mantis #85C566

Tints of Mantis #85C566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.61%

R = 30.79%
G = 45.6%
B = 23.61%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#85C566 (or 0x85C566) is known color: Mantis. HEX triplet: 85, C5 and 66. RGB value is (133,197,102). Sum of RGB (Red+Green+Blue) = 133+197+102=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 197 - color contains mainly: green. Hex color #85C566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C566 is #7A3A99. Grayscale: #A7A7A7. Windows color (decimal): -8010394 or 6735237. OLE color: 6735237.

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

Color convert

RGB 133 197 102 -
CMYK 0.32 0 0.48 0.23
HSL 100.42º 0.45% 0.59% -
HSV(B) 100.42º 0.48% 0.77% -
XYZ 32.04 45.88 19.74 -
YUV 167.03 91.3 103.72 -
System Red Green Blue C M Y K H S L
Decimal 133 197 102 0.32 0 0.48 0.23 100.42 0.45 0.59
Hex 85 C5 66 20 0 30 17 64 2D 3B
Octal 205 305 146 40 0 60 27 144 55 73
Binary 10000101 11000101 1100110 100000 0 110000 10111 1100100 101101 111011

Color Harmonies of #85C566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C566

Black with #85C566

Text Example


Text Example

White with #85C566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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