#85D35C

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

Shades of Mantis #85D35C

Tints of Mantis #85D35C

Color information

#85D35C (or 0x85D35C) is unknown color: approx Mantis. HEX triplet: 85, D3 and 5C. RGB value is (133,211,92). Sum of RGB (Red+Green+Blue) = 133+211+92=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #85D35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D35C is #7A2CA3. Grayscale: #AEAEAE. Windows color (decimal): -8006820 or 6083461. OLE color: 6083461.

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

Color convert

RGB13321192-
CMYK0.3700.560.17
HSL99.33º57.49%59.41%-
HSV(B)99.33º56.4%82.75%-
XYZ34.952.3518.39-
YUV174.1181.6698.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.50%
GREEN value IS 211 (82.81% from 255) = 48.39%
BLUE value IS 92 (36.33% from 255) = 21.10%
R=30.50%
G=48.39%
B=21.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal133211920.3700.560.1799.3357.4959.41
Hex85D35C250381163393b
Octal20532313445070211437173
Binary100001011101001110111001001010111000100011100011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,211,92); }

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

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

 a { background-color: rgb(133,211,92); }

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

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

 span { border-color: rgb(133,211,92); }

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