#94d55c

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

Shades of Mantis #94D55C

Tints of Mantis #94D55C

Color information

#94D55C (or 0x94D55C) is unknown color: approx Mantis. HEX triplet: 94, D5 and 5C. RGB value is (148,213,92). Sum of RGB (Red+Green+Blue) = 148+213+92=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #94D55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D55C is #6B2AA3. Grayscale: #B4B4B4. Windows color (decimal): -7023268 or 6083988. OLE color: 6083988.

HSL color Cylindrical-coordinate representation of color #94D55C: hue angle of 92.23º degrees, saturation: 0.59, 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 #94D55C is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB14821392-
CMYK0.3100.570.16
HSL92.23º59.02%59.8%-
HSV(B)92.23º56.81%83.53%-
XYZ37.9454.6618.68-
YUV179.7778.47105.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.67%
GREEN value IS 213 (83.59% from 255) = 47.02%
BLUE value IS 92 (36.33% from 255) = 20.31%
R=32.67%
G=47.02%
B=20.31%

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
Decimal148213920.3100.570.1692.2359.0259.8
Hex94D55C1F039105c3b3c
Octal22432513437071201347374
Binary10010100110101011011100111110111001100001011100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94d55c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,213,92); }

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

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

 a { background-color: rgb(148,213,92); }

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

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

 span { border-color: rgb(148,213,92); }

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