#85CC45

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

Shades of Mantis #85CC45

Tints of Mantis #85CC45

Color information

#85CC45 (or 0x85CC45) is unknown color: approx Mantis. HEX triplet: 85, CC and 45. RGB value is (133,204,69). Sum of RGB (Red+Green+Blue) = 133+204+69=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CC45 is #7A33BA. Grayscale: #A7A7A7. Windows color (decimal): -8008635 or 4574341. OLE color: 4574341.

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

Color convert

RGB13320469-
CMYK0.3500.660.2
HSL91.56º56.96%53.53%-
HSV(B)91.56º66.18%80%-
XYZ32.3448.613.31-
YUV167.3872.48103.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.76%
GREEN value IS 204 (80.08% from 255) = 50.25%
BLUE value IS 69 (27.34% from 255) = 17.00%
R=32.76%
G=50.25%
B=17.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal133204690.3500.660.291.5656.9653.53
Hex85CC4523042145c3936
Octal205314105430102241347166
Binary1000010111001100100010110001101000010101001011100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,204,69); }

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

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

 a { background-color: rgb(133,204,69); }

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

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

 span { border-color: rgb(133,204,69); }

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