Html Css Color HEX #85C663 Mantis

📋 copy color: '#85C663'

red 133 ◦ green 198 ◦ blue 99

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

Shades of Mantis #85C663

Tints of Mantis #85C663

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.05%

 BLUE value IS 99 (39.06% from 255) = 23.02%

R = 30.93%
G = 46.05%
B = 23.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#85C663 (or 0x85C663) is known color: Mantis. HEX triplet: 85, C6 and 63. RGB value is (133,198,99). Sum of RGB (Red+Green+Blue) = 133+198+99=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 198 (77.73% from 255 or 46.05% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 198 - color contains mainly: green. Hex color #85C663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C663 is #7A399C. Grayscale: #A7A7A7. Windows color (decimal): -8010141 or 6538885. OLE color: 6538885.

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

Color convert

RGB 133 198 99 -
CMYK 0.33 0 0.50 0.22
HSL 99.39º 0.46% 0.58% -
HSV(B) 99.39º 0.5% 0.78% -
XYZ 32.12 46.28 19.04 -
YUV 167.28 89.47 103.55 -
System Red Green Blue C M Y K H S L
Decimal 133 198 99 0.33 0 0.50 0.22 99.39 0.46 0.58
Hex 85 C6 63 21 0 32 16 63 2E 3A
Octal 205 306 143 41 0 62 26 143 56 72
Binary 10000101 11000110 1100011 100001 0 110010 10110 1100011 101110 111010

Color Harmonies of #85C663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C663

Black with #85C663

Text Example


Text Example

White with #85C663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,198,99); }

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

background-color css

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

 a { background-color: rgb(133,198,99); }

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

border-color css

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

 span { border-color: rgb(133,198,99); }

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