#85d761

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

Shades of Mantis #85D761

Tints of Mantis #85D761

Color information

#85D761 (or 0x85D761) is unknown color: approx Mantis. HEX triplet: 85, D7 and 61. RGB value is (133,215,97). Sum of RGB (Red+Green+Blue) = 133+215+97=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #85D761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D761 is #7A289E. Grayscale: #B1B1B1. Windows color (decimal): -8005791 or 6412165. OLE color: 6412165.

HSL color Cylindrical-coordinate representation of color #85D761: hue angle of 101.69º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85D761 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB13321597-
CMYK0.3800.550.16
HSL101.69º59.6%61.18%-
HSV(B)101.69º54.88%84.31%-
XYZ36.1354.4519.91-
YUV177.0382.8396.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.89%
GREEN value IS 215 (84.38% from 255) = 48.31%
BLUE value IS 97 (38.28% from 255) = 21.80%
R=29.89%
G=48.31%
B=21.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal133215970.3800.550.16101.6959.661.18
Hex85D7612603710663c3d
Octal20532714146067201467475
Binary100001011101011111000011001100110111100001100110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85d761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,215,97); }

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

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

 a { background-color: rgb(133,215,97); }

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

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

 span { border-color: rgb(133,215,97); }

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