#85CD6F

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

Shades of Mantis #85CD6F

Tints of Mantis #85CD6F

Color information

#85CD6F (or 0x85CD6F) is unknown color: approx Mantis. HEX triplet: 85, CD and 6F. RGB value is (133,205,111). Sum of RGB (Red+Green+Blue) = 133+205+111=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #85CD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CD6F is #7A3290. Grayscale: #ADADAD. Windows color (decimal): -8008337 or 7327109. OLE color: 7327109.

HSL color Cylindrical-coordinate representation of color #85CD6F: hue angle of 105.96º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85CD6F is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB133205111-
CMYK0.3500.460.20
HSL105.96º48.45%61.96%-
HSV(B)105.96º45.85%80.39%-
XYZ34.3749.822.84-
YUV172.7693.1599.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.62%
GREEN value IS 205 (80.47% from 255) = 45.66%
BLUE value IS 111 (43.75% from 255) = 24.72%
R=29.62%
G=45.66%
B=24.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332051110.3500.460.20105.9648.4561.96
Hex85CD6F2302E146a303e
Octal20531515743056241526076
Binary100001011100110111011111000110101110101001101010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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