#85C972

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

Shades of Mantis #85C972

Tints of Mantis #85C972

Color information

#85C972 (or 0x85C972) is unknown color: approx Mantis. HEX triplet: 85, C9 and 72. RGB value is (133,201,114). Sum of RGB (Red+Green+Blue) = 133+201+114=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #85C972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C972 is #7A368D. Grayscale: #ABABAB. Windows color (decimal): -8009358 or 7522693. OLE color: 7522693.

HSL color Cylindrical-coordinate representation of color #85C972: hue angle of 106.9º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85C972 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB133201114-
CMYK0.3400.430.21
HSL106.9º44.62%61.76%-
HSV(B)106.9º43.28%78.82%-
XYZ33.647.9723.41-
YUV170.7595.97101.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.69%
GREEN value IS 201 (78.91% from 255) = 44.87%
BLUE value IS 114 (44.92% from 255) = 25.45%
R=29.69%
G=44.87%
B=25.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1332011140.3400.430.21106.944.6261.76
Hex85C9722202B156b2d3e
Octal20531116242053251535576
Binary100001011100100111100101000100101011101011101011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,201,114); }

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

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

 a { background-color: rgb(133,201,114); }

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

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

 span { border-color: rgb(133,201,114); }

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