#85D669

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

Shades of Mantis #85D669

Tints of Mantis #85D669

Color information

#85D669 (or 0x85D669) is unknown color: approx Mantis. HEX triplet: 85, D6 and 69. RGB value is (133,214,105). Sum of RGB (Red+Green+Blue) = 133+214+105=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #85D669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D669 is #7A2996. Grayscale: #B1B1B1. Windows color (decimal): -8006039 or 6936197. OLE color: 6936197.

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

Color convert

RGB133214105-
CMYK0.3800.510.16
HSL104.59º57.07%62.55%-
HSV(B)104.59º50.93%83.92%-
XYZ36.2754.121.9-
YUV177.3687.1696.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.42%
GREEN value IS 214 (83.98% from 255) = 47.35%
BLUE value IS 105 (41.41% from 255) = 23.23%
R=29.42%
G=47.35%
B=23.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332141050.3800.510.16104.5957.0762.55
Hex85D669260331069393f
Octal20532615146063201517177
Binary100001011101011011010011001100110011100001101001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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