#85D460

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

Shades of Mantis #85D460

Tints of Mantis #85D460

Color information

#85D460 (or 0x85D460) is unknown color: approx Mantis. HEX triplet: 85, D4 and 60. RGB value is (133,212,96). Sum of RGB (Red+Green+Blue) = 133+212+96=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 212 (83.20% from 255 or 48.07% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 212 - color contains mainly: green. Hex color #85D460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D460 is #7A2B9F. Grayscale: #AFAFAF. Windows color (decimal): -8006560 or 6345861. OLE color: 6345861.

HSL color Cylindrical-coordinate representation of color #85D460: hue angle of 100.86º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85D460 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB13321296-
CMYK0.3700.550.17
HSL100.86º57.43%60.39%-
HSV(B)100.86º54.72%83.14%-
XYZ35.3352.9219.42-
YUV175.1583.3397.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.16%
GREEN value IS 212 (83.20% from 255) = 48.07%
BLUE value IS 96 (37.89% from 255) = 21.77%
R=30.16%
G=48.07%
B=21.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal133212960.3700.550.17100.8657.4360.39
Hex85D460250371165393c
Octal20532414045067211457174
Binary100001011101010011000001001010110111100011100101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,212,96); }

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

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

 a { background-color: rgb(133,212,96); }

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

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

 span { border-color: rgb(133,212,96); }

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