#85BF63

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

Shades of Mantis #85BF63

Tints of Mantis #85BF63

Color information

#85BF63 (or 0x85BF63) is unknown color: approx Mantis. HEX triplet: 85, BF and 63. RGB value is (133,191,99). Sum of RGB (Red+Green+Blue) = 133+191+99=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BF63 is #7A409C. Grayscale: #A3A3A3. Windows color (decimal): -8011933 or 6537093. OLE color: 6537093.

HSL color Cylindrical-coordinate representation of color #85BF63: hue angle of 97.83º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85BF63 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB13319199-
CMYK0.3000.480.25
HSL97.83º41.82%56.86%-
HSV(B)97.83º48.17%74.9%-
XYZ30.5643.1518.52-
YUV163.1791.78106.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 191 (75% from 255) = 45.15%
BLUE value IS 99 (39.06% from 255) = 23.40%
R=31.44%
G=45.15%
B=23.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133191990.3000.480.2597.8341.8256.86
Hex85BF631E03019622a39
Octal20527714336060311425271
Binary10000101101111111100011111100110000110011100010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,191,99); }

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

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

 a { background-color: rgb(133,191,99); }

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

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

 span { border-color: rgb(133,191,99); }

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