#85E74E

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

Shades of Mantis #85E74E

Tints of Mantis #85E74E

Color information

#85E74E (or 0x85E74E) is unknown color: approx Mantis. HEX triplet: 85, E7 and 4E. RGB value is (133,231,78). Sum of RGB (Red+Green+Blue) = 133+231+78=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 231 (90.62% from 255 or 52.26% from 442); Blue value is 78 (30.86% from 255 or 17.65% from 442); Max value from RGB is 231 - color contains mainly: green. Hex color #85E74E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E74E is #7A18B1. Grayscale: #B8B8B8. Windows color (decimal): -8001714 or 5171077. OLE color: 5171077.

HSL color Cylindrical-coordinate representation of color #85E74E: hue angle of 98.43º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85E74E is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB13323178-
CMYK0.4200.660.09
HSL98.43º76.12%60.59%-
HSV(B)98.43º66.23%90.59%-
XYZ39.6262.6917.22-
YUV184.2668.0391.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.09%
GREEN value IS 231 (90.62% from 255) = 52.26%
BLUE value IS 78 (30.86% from 255) = 17.65%
R=30.09%
G=52.26%
B=17.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal133231780.4200.660.0998.4376.1260.59
Hex85E74E2A0429624c3d
Octal2053471165201021114211475
Binary1000010111100111100111010101001000010100111000101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,231,78); }

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

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

 a { background-color: rgb(133,231,78); }

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

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

 span { border-color: rgb(133,231,78); }

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