#94D963

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

Shades of Mantis #94D963

Tints of Mantis #94D963

Color information

#94D963 (or 0x94D963) is unknown color: approx Mantis. HEX triplet: 94, D9 and 63. RGB value is (148,217,99). Sum of RGB (Red+Green+Blue) = 148+217+99=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #94D963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D963 is #6B269C. Grayscale: #B7B7B7. Windows color (decimal): -7022237 or 6543764. OLE color: 6543764.

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

Color convert

RGB14821799-
CMYK0.3200.540.15
HSL95.08º60.82%61.96%-
HSV(B)95.08º54.38%85.1%-
XYZ39.2856.8220.7-
YUV182.9280.64103.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 217 (85.16% from 255) = 46.77%
BLUE value IS 99 (39.06% from 255) = 21.34%
R=31.90%
G=46.77%
B=21.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal148217990.3200.540.1595.0860.8261.96
Hex94D96320036F5f3d3e
Octal22433114340066171377576
Binary10010100110110011100011100000011011011111011111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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