#85D666

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

Shades of Mantis #85D666

Tints of Mantis #85D666

Color information

#85D666 (or 0x85D666) is unknown color: approx Mantis. HEX triplet: 85, D6 and 66. RGB value is (133,214,102). Sum of RGB (Red+Green+Blue) = 133+214+102=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #85D666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D666 is #7A2999. Grayscale: #B1B1B1. Windows color (decimal): -8006042 or 6739589. OLE color: 6739589.

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

Color convert

RGB133214102-
CMYK0.3800.520.16
HSL103.39º57.73%61.96%-
HSV(B)103.39º52.34%83.92%-
XYZ36.1254.0421.1-
YUV177.0185.6696.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.62%
GREEN value IS 214 (83.98% from 255) = 47.66%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=29.62%
G=47.66%
B=22.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332141020.3800.520.16103.3957.7361.96
Hex85D6662603410673a3e
Octal20532614646064201477276
Binary100001011101011011001101001100110100100001100111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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