#94D661

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

Shades of Mantis #94D661

Tints of Mantis #94D661

Color information

#94D661 (or 0x94D661) is unknown color: approx Mantis. HEX triplet: 94, D6 and 61. RGB value is (148,214,97). Sum of RGB (Red+Green+Blue) = 148+214+97=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #94D661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D661 is #6B299E. Grayscale: #B5B5B5. Windows color (decimal): -7023007 or 6411924. OLE color: 6411924.

HSL color Cylindrical-coordinate representation of color #94D661: hue angle of 93.85º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94D661 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB14821497-
CMYK0.3100.550.16
HSL93.85º58.79%60.98%-
HSV(B)93.85º54.67%83.92%-
XYZ38.4255.2519.95-
YUV180.9380.63104.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 214 (83.98% from 255) = 46.62%
BLUE value IS 97 (38.28% from 255) = 21.13%
R=32.24%
G=46.62%
B=21.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal148214970.3100.550.1693.8558.7960.98
Hex94D6611F037105e3b3d
Octal22432614137067201367375
Binary10010100110101101100001111110110111100001011110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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