#94D364

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

Shades of Mantis #94D364

Tints of Mantis #94D364

Color information

#94D364 (or 0x94D364) is unknown color: approx Mantis. HEX triplet: 94, D3 and 64. RGB value is (148,211,100). Sum of RGB (Red+Green+Blue) = 148+211+100=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 211 - color contains mainly: green. Hex color #94D364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D364 is #6B2C9B. Grayscale: #B3B3B3. Windows color (decimal): -7023772 or 6607764. OLE color: 6607764.

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

Color convert

RGB148211100-
CMYK0.3000.530.17
HSL94.05º55.78%60.98%-
HSV(B)94.05º52.61%82.75%-
XYZ37.8153.820.45-
YUV179.5183.13105.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 211 (82.81% from 255) = 45.97%
BLUE value IS 100 (39.45% from 255) = 21.79%
R=32.24%
G=45.97%
B=21.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1482111000.3000.530.1794.0555.7860.98
Hex94D3641E035115e383d
Octal22432314436065211367075
Binary10010100110100111100100111100110101100011011110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,211,100); }

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

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

 a { background-color: rgb(148,211,100); }

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

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

 span { border-color: rgb(148,211,100); }

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