#85CE59

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

Shades of Mantis #85CE59

Tints of Mantis #85CE59

Color information

#85CE59 (or 0x85CE59) is unknown color: approx Mantis. HEX triplet: 85, CE and 59. RGB value is (133,206,89). Sum of RGB (Red+Green+Blue) = 133+206+89=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CE59 is #7A31A6. Grayscale: #ABABAB. Windows color (decimal): -8008103 or 5885573. OLE color: 5885573.

HSL color Cylindrical-coordinate representation of color #85CE59: hue angle of 97.44º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85CE59 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB13320689-
CMYK0.3500.570.19
HSL97.44º54.42%57.84%-
HSV(B)97.44º56.8%80.78%-
XYZ33.5549.8517.31-
YUV170.8381.82101.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.07%
GREEN value IS 206 (80.86% from 255) = 48.13%
BLUE value IS 89 (35.16% from 255) = 20.79%
R=31.07%
G=48.13%
B=20.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal133206890.3500.570.1997.4454.4257.84
Hex85CE59230391361363a
Octal20531613143071231416672
Binary100001011100111010110011000110111001100111100001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,206,89); }

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

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

 a { background-color: rgb(133,206,89); }

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

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

 span { border-color: rgb(133,206,89); }

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