#85CF6E

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

Shades of Mantis #85CF6E

Tints of Mantis #85CF6E

Color information

#85CF6E (or 0x85CF6E) is unknown color: approx Mantis. HEX triplet: 85, CF and 6E. RGB value is (133,207,110). Sum of RGB (Red+Green+Blue) = 133+207+110=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CF6E is #7A3091. Grayscale: #AEAEAE. Windows color (decimal): -8007826 or 7262085. OLE color: 7262085.

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

Color convert

RGB133207110-
CMYK0.3600.470.19
HSL105.77º50.26%62.16%-
HSV(B)105.77º46.86%81.18%-
XYZ34.850.7422.71-
YUV173.8291.9898.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.56%
GREEN value IS 207 (81.25% from 255) = 46%
BLUE value IS 110 (43.36% from 255) = 24.44%
R=29.56%
G=46%
B=24.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1332071100.3600.470.19105.7750.2662.16
Hex85CF6E2402F136a323e
Octal20531715644057231526276
Binary100001011100111111011101001000101111100111101010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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