#85CD5B

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

Shades of Mantis #85CD5B

Tints of Mantis #85CD5B

Color information

#85CD5B (or 0x85CD5B) is unknown color: approx Mantis. HEX triplet: 85, CD and 5B. RGB value is (133,205,91). Sum of RGB (Red+Green+Blue) = 133+205+91=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #85CD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CD5B is #7A32A4. Grayscale: #AAAAAA. Windows color (decimal): -8008357 or 6016389. OLE color: 6016389.

HSL color Cylindrical-coordinate representation of color #85CD5B: hue angle of 97.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85CD5B is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB13320591-
CMYK0.3500.560.20
HSL97.89º53.27%58.04%-
HSV(B)97.89º55.61%80.39%-
XYZ33.3949.417.67-
YUV170.4883.15101.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.00%
GREEN value IS 205 (80.47% from 255) = 47.79%
BLUE value IS 91 (35.94% from 255) = 21.21%
R=31.00%
G=47.79%
B=21.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal133205910.3500.560.2097.8953.2758.04
Hex85CD5B230381462353a
Octal20531513343070241426572
Binary100001011100110110110111000110111000101001100010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,205,91); }

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

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

 a { background-color: rgb(133,205,91); }

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

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

 span { border-color: rgb(133,205,91); }

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