#85C44F

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

Shades of Mantis #85C44F

Tints of Mantis #85C44F

Color information

#85C44F (or 0x85C44F) is unknown color: approx Mantis. HEX triplet: 85, C4 and 4F. RGB value is (133,196,79). Sum of RGB (Red+Green+Blue) = 133+196+79=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 79 (31.25% from 255 or 19.36% from 408); Max value from RGB is 196 - color contains mainly: green. Hex color #85C44F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C44F is #7A3BB0. Grayscale: #A4A4A4. Windows color (decimal): -8010673 or 5227653. OLE color: 5227653.

HSL color Cylindrical-coordinate representation of color #85C44F: hue angle of 92.31º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85C44F is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB13319679-
CMYK0.3200.600.23
HSL92.31º49.79%53.92%-
HSV(B)92.31º59.69%76.86%-
XYZ30.8245.0314.46-
YUV163.8280.13106.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 196 (76.95% from 255) = 48.04%
BLUE value IS 79 (31.25% from 255) = 19.36%
R=32.60%
G=48.04%
B=19.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal133196790.3200.600.2392.3149.7953.92
Hex85C44F2003C175c3236
Octal20530411740074271346266
Binary100001011100010010011111000000111100101111011100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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