#85C868

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

Shades of Mantis #85C868

Tints of Mantis #85C868

Color information

#85C868 (or 0x85C868) is unknown color: approx Mantis. HEX triplet: 85, C8 and 68. RGB value is (133,200,104). Sum of RGB (Red+Green+Blue) = 133+200+104=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 200 - color contains mainly: green. Hex color #85C868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C868 is #7A3797. Grayscale: #A9A9A9. Windows color (decimal): -8009624 or 6867077. OLE color: 6867077.

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

Color convert

RGB133200104-
CMYK0.3400.480.22
HSL101.87º46.6%59.61%-
HSV(B)101.87º48%78.43%-
XYZ32.8347.2920.5-
YUV169.0291.3102.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.43%
GREEN value IS 200 (78.52% from 255) = 45.77%
BLUE value IS 104 (41.02% from 255) = 23.80%
R=30.43%
G=45.77%
B=23.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1332001040.3400.480.22101.8746.659.61
Hex85C8682203016662f3c
Octal20531015042060261465774
Binary100001011100100011010001000100110000101101100110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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