#94D95B

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

Shades of Mantis #94D95B

Tints of Mantis #94D95B

Color information

#94D95B (or 0x94D95B) is unknown color: approx Mantis. HEX triplet: 94, D9 and 5B. RGB value is (148,217,91). Sum of RGB (Red+Green+Blue) = 148+217+91=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #94D95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D95B is #6B26A4. Grayscale: #B6B6B6. Windows color (decimal): -7022245 or 6019476. OLE color: 6019476.

HSL color Cylindrical-coordinate representation of color #94D95B: hue angle of 92.86º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94D95B is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB14821791-
CMYK0.3200.580.15
HSL92.86º62.38%60.39%-
HSV(B)92.86º58.06%85.1%-
XYZ38.9156.6818.79-
YUV18276.64103.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.46%
GREEN value IS 217 (85.16% from 255) = 47.59%
BLUE value IS 91 (35.94% from 255) = 19.96%
R=32.46%
G=47.59%
B=19.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal148217910.3200.580.1592.8662.3860.39
Hex94D95B2003AF5d3e3c
Octal22433113340072171357674
Binary10010100110110011011011100000011101011111011101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,217,91); }

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

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

 a { background-color: rgb(148,217,91); }

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

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

 span { border-color: rgb(148,217,91); }

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