#85D158

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

Shades of Mantis #85D158

Tints of Mantis #85D158

Color information

#85D158 (or 0x85D158) is unknown color: approx Mantis. HEX triplet: 85, D1 and 58. RGB value is (133,209,88). Sum of RGB (Red+Green+Blue) = 133+209+88=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #85D158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D158 is #7A2EA7. Grayscale: #ACACAC. Windows color (decimal): -8007336 or 5820805. OLE color: 5820805.

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

Color convert

RGB13320988-
CMYK0.3600.580.18
HSL97.69º56.81%58.24%-
HSV(B)97.69º57.89%81.96%-
XYZ34.2351.2917.33-
YUV172.4880.3299.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.93%
GREEN value IS 209 (82.03% from 255) = 48.60%
BLUE value IS 88 (34.77% from 255) = 20.47%
R=30.93%
G=48.60%
B=20.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal133209880.3600.580.1897.6956.8158.24
Hex85D1582403A1262393a
Octal20532113044072221427172
Binary100001011101000110110001001000111010100101100010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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