#94D060

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

Shades of Mantis #94D060

Tints of Mantis #94D060

Color information

#94D060 (or 0x94D060) is unknown color: approx Mantis. HEX triplet: 94, D0 and 60. RGB value is (148,208,96). Sum of RGB (Red+Green+Blue) = 148+208+96=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #94D060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D060 is #6B2F9F. Grayscale: #B1B1B1. Windows color (decimal): -7024544 or 6344852. OLE color: 6344852.

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

Color convert

RGB14820896-
CMYK0.2900.540.18
HSL92.14º54.37%59.61%-
HSV(B)92.14º53.85%81.57%-
XYZ36.8852.2519.21-
YUV177.2982.12107.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.74%
GREEN value IS 208 (81.64% from 255) = 46.02%
BLUE value IS 96 (37.89% from 255) = 21.24%
R=32.74%
G=46.02%
B=21.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal148208960.2900.540.1892.1454.3759.61
Hex94D0601D036125c363c
Octal22432014035066221346674
Binary10010100110100001100000111010110110100101011100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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