#94C857

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

Shades of Mantis #94C857

Tints of Mantis #94C857

Color information

#94C857 (or 0x94C857) is unknown color: approx Mantis. HEX triplet: 94, C8 and 57. RGB value is (148,200,87). Sum of RGB (Red+Green+Blue) = 148+200+87=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 200 - color contains mainly: green. Hex color #94C857 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C857 is #6B37A8. Grayscale: #ABABAB. Windows color (decimal): -7026601 or 5752980. OLE color: 5752980.

HSL color Cylindrical-coordinate representation of color #94C857: hue angle of 87.61º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94C857 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB14820087-
CMYK0.2600.560.22
HSL87.61º50.67%56.27%-
HSV(B)87.61º56.5%78.43%-
XYZ34.5948.2916.52-
YUV171.5780.27111.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.02%
GREEN value IS 200 (78.52% from 255) = 45.98%
BLUE value IS 87 (34.38% from 255) = 20%
R=34.02%
G=45.98%
B=20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal148200870.2600.560.2287.6150.6756.27
Hex94C8571A03816583338
Octal22431012732070261306370
Binary10010100110010001010111110100111000101101011000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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