#85c94f

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

Shades of Mantis #85C94F

Tints of Mantis #85C94F

Color information

#85C94F (or 0x85C94F) is unknown color: approx Mantis. HEX triplet: 85, C9 and 4F. RGB value is (133,201,79). Sum of RGB (Red+Green+Blue) = 133+201+79=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #85C94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C94F is #7A36B0. Grayscale: #A7A7A7. Windows color (decimal): -8009393 or 5228933. OLE color: 5228933.

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

Color convert

RGB13320179-
CMYK0.3400.610.21
HSL93.44º53.04%54.9%-
HSV(B)93.44º60.7%78.82%-
XYZ31.9747.3214.85-
YUV166.7678.47103.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.20%
GREEN value IS 201 (78.91% from 255) = 48.67%
BLUE value IS 79 (31.25% from 255) = 19.13%
R=32.20%
G=48.67%
B=19.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal133201790.3400.610.2193.4453.0454.9
Hex85C94F2203D155d3537
Octal20531111742075251356567
Binary100001011100100110011111000100111101101011011101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85c94f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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