#85c94a

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

Shades of Mantis #85C94A

Tints of Mantis #85C94A

Color information

#85C94A (or 0x85C94A) is unknown color: approx Mantis. HEX triplet: 85, C9 and 4A. RGB value is (133,201,74). Sum of RGB (Red+Green+Blue) = 133+201+74=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #85C94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C94A is #7A36B5. Grayscale: #A6A6A6. Windows color (decimal): -8009398 or 4901253. OLE color: 4901253.

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

Color convert

RGB13320174-
CMYK0.3400.630.21
HSL92.13º54.04%53.92%-
HSV(B)92.13º63.18%78.82%-
XYZ31.847.2513.92-
YUV166.1975.97104.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 201 (78.91% from 255) = 49.26%
BLUE value IS 74 (29.30% from 255) = 18.14%
R=32.60%
G=49.26%
B=18.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal133201740.3400.630.2192.1354.0453.92
Hex85C94A2203F155c3636
Octal20531111242077251346666
Binary100001011100100110010101000100111111101011011100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85c94a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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