#94D75D

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

Shades of Mantis #94D75D

Tints of Mantis #94D75D

Color information

#94D75D (or 0x94D75D) is unknown color: approx Mantis. HEX triplet: 94, D7 and 5D. RGB value is (148,215,93). Sum of RGB (Red+Green+Blue) = 148+215+93=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #94D75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D75D is #6B28A2. Grayscale: #B5B5B5. Windows color (decimal): -7022755 or 6150036. OLE color: 6150036.

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

Color convert

RGB14821593-
CMYK0.3100.570.16
HSL92.95º60.4%60.39%-
HSV(B)92.95º56.74%84.31%-
XYZ38.4955.6919.08-
YUV181.0678.3104.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.46%
GREEN value IS 215 (84.38% from 255) = 47.15%
BLUE value IS 93 (36.72% from 255) = 20.39%
R=32.46%
G=47.15%
B=20.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal148215930.3100.570.1692.9560.460.39
Hex94D75D1F039105d3c3c
Octal22432713537071201357474
Binary10010100110101111011101111110111001100001011101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,215,93); }

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

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

 a { background-color: rgb(148,215,93); }

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

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

 span { border-color: rgb(148,215,93); }

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