#94D457

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

Shades of Mantis #94D457

Tints of Mantis #94D457

Color information

#94D457 (or 0x94D457) is unknown color: approx Mantis. HEX triplet: 94, D4 and 57. RGB value is (148,212,87). Sum of RGB (Red+Green+Blue) = 148+212+87=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 87 (34.38% from 255 or 19.46% from 447); Max value from RGB is 212 - color contains mainly: green. Hex color #94D457 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D457 is #6B2BA8. Grayscale: #B3B3B3. Windows color (decimal): -7023529 or 5756052. OLE color: 5756052.

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

Color convert

RGB14821287-
CMYK0.3000.590.17
HSL90.72º59.24%58.63%-
HSV(B)90.72º58.96%83.14%-
XYZ37.4854.0717.48-
YUV178.6176.3106.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.11%
GREEN value IS 212 (83.20% from 255) = 47.43%
BLUE value IS 87 (34.38% from 255) = 19.46%
R=33.11%
G=47.43%
B=19.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal148212870.3000.590.1790.7259.2458.63
Hex94D4571E03B115b3b3b
Octal22432412736073211337373
Binary10010100110101001010111111100111011100011011011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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