#85CD5D

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

Shades of Mantis #85CD5D

Tints of Mantis #85CD5D

Color information

#85CD5D (or 0x85CD5D) is unknown color: approx Mantis. HEX triplet: 85, CD and 5D. RGB value is (133,205,93). Sum of RGB (Red+Green+Blue) = 133+205+93=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #85CD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CD5D is #7A32A2. Grayscale: #ABABAB. Windows color (decimal): -8008355 or 6147461. OLE color: 6147461.

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

Color convert

RGB13320593-
CMYK0.3500.550.20
HSL98.57º52.83%58.43%-
HSV(B)98.57º54.63%80.39%-
XYZ33.4849.4418.13-
YUV170.784.15101.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.86%
GREEN value IS 205 (80.47% from 255) = 47.56%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=30.86%
G=47.56%
B=21.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal133205930.3500.550.2098.5752.8358.43
Hex85CD5D230371463353a
Octal20531513543067241436572
Binary100001011100110110111011000110110111101001100011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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