#85C866

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

Shades of Mantis #85C866

Tints of Mantis #85C866

Color information

#85C866 (or 0x85C866) is unknown color: approx Mantis. HEX triplet: 85, C8 and 66. RGB value is (133,200,102). Sum of RGB (Red+Green+Blue) = 133+200+102=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 200 - color contains mainly: green. Hex color #85C866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C866 is #7A3799. Grayscale: #A9A9A9. Windows color (decimal): -8009626 or 6736005. OLE color: 6736005.

HSL color Cylindrical-coordinate representation of color #85C866: hue angle of 101.02º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85C866 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB133200102-
CMYK0.3400.490.22
HSL101.02º47.12%59.22%-
HSV(B)101.02º49%78.43%-
XYZ32.7347.2519.97-
YUV168.7990.3102.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.57%
GREEN value IS 200 (78.52% from 255) = 45.98%
BLUE value IS 102 (40.23% from 255) = 23.45%
R=30.57%
G=45.98%
B=23.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1332001020.3400.490.22101.0247.1259.22
Hex85C8662203116652f3b
Octal20531014642061261455773
Binary100001011100100011001101000100110001101101100101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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