#85C65B

Color #85C65B Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #85C65B

Tints of Mantis #85C65B

Color information

#85C65B (or 0x85C65B) is unknown color: approx Mantis. HEX triplet: 85, C6 and 5B. RGB value is (133,198,91). Sum of RGB (Red+Green+Blue) = 133+198+91=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 198 - color contains mainly: green. Hex color #85C65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C65B is #7A39A4. Grayscale: #A6A6A6. Windows color (decimal): -8010149 or 6014597. OLE color: 6014597.

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

Color convert

RGB13319891-
CMYK0.3300.540.22
HSL96.45º48.42%56.67%-
HSV(B)96.45º54.04%77.65%-
XYZ31.7646.1317.13-
YUV166.3785.47104.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.52%
GREEN value IS 198 (77.73% from 255) = 46.92%
BLUE value IS 91 (35.94% from 255) = 21.56%
R=31.52%
G=46.92%
B=21.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal133198910.3300.540.2296.4548.4256.67
Hex85C65B2103616603039
Octal20530613341066261406071
Binary100001011100011010110111000010110110101101100000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85C65B;
 }
 .AnyTagClassName
 {
   color: #85C65B;
 }
</style>
background-color css

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

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

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

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

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

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