#85D661

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

Shades of Mantis #85D661

Tints of Mantis #85D661

Color information

#85D661 (or 0x85D661) is unknown color: approx Mantis. HEX triplet: 85, D6 and 61. RGB value is (133,214,97). Sum of RGB (Red+Green+Blue) = 133+214+97=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #85D661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D661 is #7A299E. Grayscale: #B0B0B0. Windows color (decimal): -8006047 or 6411909. OLE color: 6411909.

HSL color Cylindrical-coordinate representation of color #85D661: hue angle of 101.54º degrees, saturation: 0.59, 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 #85D661 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB13321497-
CMYK0.3800.550.16
HSL101.54º58.79%60.98%-
HSV(B)101.54º54.67%83.92%-
XYZ35.8853.9419.83-
YUV176.4483.1697.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.95%
GREEN value IS 214 (83.98% from 255) = 48.20%
BLUE value IS 97 (38.28% from 255) = 21.85%
R=29.95%
G=48.20%
B=21.85%

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
Decimal133214970.3800.550.16101.5458.7960.98
Hex85D6612603710663b3d
Octal20532614146067201467375
Binary100001011101011011000011001100110111100001100110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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