#94D061

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

Shades of Mantis #94D061

Tints of Mantis #94D061

Color information

#94D061 (or 0x94D061) is unknown color: approx Mantis. HEX triplet: 94, D0 and 61. RGB value is (148,208,97). Sum of RGB (Red+Green+Blue) = 148+208+97=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #94D061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D061 is #6B2F9E. Grayscale: #B1B1B1. Windows color (decimal): -7024543 or 6410388. OLE color: 6410388.

HSL color Cylindrical-coordinate representation of color #94D061: hue angle of 92.43º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94D061 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB14820897-
CMYK0.2900.530.18
HSL92.43º54.15%59.8%-
HSV(B)92.43º53.37%81.57%-
XYZ36.9352.2719.45-
YUV177.4182.62107.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.67%
GREEN value IS 208 (81.64% from 255) = 45.92%
BLUE value IS 97 (38.28% from 255) = 21.41%
R=32.67%
G=45.92%
B=21.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal148208970.2900.530.1892.4354.1559.8
Hex94D0611D035125c363c
Octal22432014135065221346674
Binary10010100110100001100001111010110101100101011100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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