#94D45C

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

Shades of Mantis #94D45C

Tints of Mantis #94D45C

Color information

#94D45C (or 0x94D45C) is unknown color: approx Mantis. HEX triplet: 94, D4 and 5C. RGB value is (148,212,92). Sum of RGB (Red+Green+Blue) = 148+212+92=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 212 - color contains mainly: green. Hex color #94D45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D45C is #6B2BA3. Grayscale: #B3B3B3. Windows color (decimal): -7023524 or 6083732. OLE color: 6083732.

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

Color convert

RGB14821292-
CMYK0.3000.570.17
HSL92º58.25%59.61%-
HSV(B)92º56.6%83.14%-
XYZ37.6954.1618.59-
YUV179.1878.8105.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.74%
GREEN value IS 212 (83.20% from 255) = 46.90%
BLUE value IS 92 (36.33% from 255) = 20.35%
R=32.74%
G=46.90%
B=20.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal148212920.3000.570.179258.2559.61
Hex94D45C1E039115c3a3c
Octal22432413436071211347274
Binary10010100110101001011100111100111001100011011100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,212,92); }

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

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

 a { background-color: rgb(148,212,92); }

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

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

 span { border-color: rgb(148,212,92); }

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