#85D151

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

Shades of Mantis #85D151

Tints of Mantis #85D151

Color information

#85D151 (or 0x85D151) is unknown color: approx Mantis. HEX triplet: 85, D1 and 51. RGB value is (133,209,81). Sum of RGB (Red+Green+Blue) = 133+209+81=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #85D151 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D151 is #7A2EAE. Grayscale: #ACACAC. Windows color (decimal): -8007343 or 5362053. OLE color: 5362053.

HSL color Cylindrical-coordinate representation of color #85D151: hue angle of 95.62º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85D151 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB13320981-
CMYK0.3600.610.18
HSL95.62º58.18%56.86%-
HSV(B)95.62º61.24%81.96%-
XYZ33.9651.1815.87-
YUV171.6876.82100.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 209 (82.03% from 255) = 49.41%
BLUE value IS 81 (32.03% from 255) = 19.15%
R=31.44%
G=49.41%
B=19.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal133209810.3600.610.1895.6258.1856.86
Hex85D1512403D12603a39
Octal20532112144075221407271
Binary100001011101000110100011001000111101100101100000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,209,81); }

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

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

 a { background-color: rgb(133,209,81); }

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

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

 span { border-color: rgb(133,209,81); }

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