#94D85D

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

Shades of Mantis #94D85D

Tints of Mantis #94D85D

Color information

#94D85D (or 0x94D85D) is unknown color: approx Mantis. HEX triplet: 94, D8 and 5D. RGB value is (148,216,93). Sum of RGB (Red+Green+Blue) = 148+216+93=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 216 - color contains mainly: green. Hex color #94D85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D85D is #6B27A2. Grayscale: #B6B6B6. Windows color (decimal): -7022499 or 6150292. OLE color: 6150292.

HSL color Cylindrical-coordinate representation of color #94D85D: hue angle of 93.17º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94D85D is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB14821693-
CMYK0.3100.570.15
HSL93.17º61.19%60.59%-
HSV(B)93.17º56.94%84.71%-
XYZ38.7456.219.16-
YUV181.6577.97104-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.39%
GREEN value IS 216 (84.77% from 255) = 47.26%
BLUE value IS 93 (36.72% from 255) = 20.35%
R=32.39%
G=47.26%
B=20.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal148216930.3100.570.1593.1761.1960.59
Hex94D85D1F039F5d3d3d
Octal22433013537071171357575
Binary1001010011011000101110111111011100111111011101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94D85D; }

 p { color: rgb(148,216,93); }

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

<style>
 a { background-color: #94D85D; }

 a { background-color: rgb(148,216,93); }

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

<style>
 span { border-color: #94D85D; }

 span { border-color: rgb(148,216,93); }

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