#94D361

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

Shades of Mantis #94D361

Tints of Mantis #94D361

Color information

#94D361 (or 0x94D361) is unknown color: approx Mantis. HEX triplet: 94, D3 and 61. RGB value is (148,211,97). Sum of RGB (Red+Green+Blue) = 148+211+97=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 211 - color contains mainly: green. Hex color #94D361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D361 is #6B2C9E. Grayscale: #B3B3B3. Windows color (decimal): -7023775 or 6411156. OLE color: 6411156.

HSL color Cylindrical-coordinate representation of color #94D361: hue angle of 93.16º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94D361 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB14821197-
CMYK0.3000.540.17
HSL93.16º56.44%60.39%-
HSV(B)93.16º54.03%82.75%-
XYZ37.6653.7519.7-
YUV179.1781.63105.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.46%
GREEN value IS 211 (82.81% from 255) = 46.27%
BLUE value IS 97 (38.28% from 255) = 21.27%
R=32.46%
G=46.27%
B=21.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal148211970.3000.540.1793.1656.4460.39
Hex94D3611E036115d383c
Octal22432314136066211357074
Binary10010100110100111100001111100110110100011011101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,211,97); }

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

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

 a { background-color: rgb(148,211,97); }

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

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

 span { border-color: rgb(148,211,97); }

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