#94D85B

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

Shades of Mantis #94D85B

Tints of Mantis #94D85B

Color information

#94D85B (or 0x94D85B) is unknown color: approx Mantis. HEX triplet: 94, D8 and 5B. RGB value is (148,216,91). Sum of RGB (Red+Green+Blue) = 148+216+91=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #94D85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D85B is #6B27A4. Grayscale: #B5B5B5. Windows color (decimal): -7022501 or 6019220. OLE color: 6019220.

HSL color Cylindrical-coordinate representation of color #94D85B: hue angle of 92.64º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94D85B is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB14821691-
CMYK0.3100.580.15
HSL92.64º61.58%60.2%-
HSV(B)92.64º57.87%84.71%-
XYZ38.6656.1618.7-
YUV181.4276.97104.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.53%
GREEN value IS 216 (84.77% from 255) = 47.47%
BLUE value IS 91 (35.94% from 255) = 20%
R=32.53%
G=47.47%
B=20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal148216910.3100.580.1592.6461.5860.2
Hex94D85B1F03AF5d3e3c
Octal22433013337072171357674
Binary1001010011011000101101111111011101011111011101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,216,91); }

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

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

 a { background-color: rgb(148,216,91); }

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

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

 span { border-color: rgb(148,216,91); }

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