#85CF6F

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

Shades of Mantis #85CF6F

Tints of Mantis #85CF6F

Color information

#85CF6F (or 0x85CF6F) is unknown color: approx Mantis. HEX triplet: 85, CF and 6F. RGB value is (133,207,111). Sum of RGB (Red+Green+Blue) = 133+207+111=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CF6F is #7A3090. Grayscale: #AEAEAE. Windows color (decimal): -8007825 or 7327621. OLE color: 7327621.

HSL color Cylindrical-coordinate representation of color #85CF6F: hue angle of 106.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85CF6F is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB133207111-
CMYK0.3600.460.19
HSL106.25º50%62.35%-
HSV(B)106.25º46.38%81.18%-
XYZ34.8550.7623-
YUV173.9392.4898.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.49%
GREEN value IS 207 (81.25% from 255) = 45.90%
BLUE value IS 111 (43.75% from 255) = 24.61%
R=29.49%
G=45.90%
B=24.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1332071110.3600.460.19106.255062.35
Hex85CF6F2402E136a323e
Octal20531715744056231526276
Binary100001011100111111011111001000101110100111101010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,207,111); }

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

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

 a { background-color: rgb(133,207,111); }

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

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

 span { border-color: rgb(133,207,111); }

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