#94d45f

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

Shades of Mantis #94D45F

Tints of Mantis #94D45F

Color information

#94D45F (or 0x94D45F) is unknown color: approx Mantis. HEX triplet: 94, D4 and 5F. RGB value is (148,212,95). Sum of RGB (Red+Green+Blue) = 148+212+95=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #94D45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D45F is #6B2BA0. Grayscale: #B3B3B3. Windows color (decimal): -7023521 or 6280340. OLE color: 6280340.

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

Color convert

RGB14821295-
CMYK0.3000.550.17
HSL92.82º57.64%60.2%-
HSV(B)92.82º55.19%83.14%-
XYZ37.8254.2119.3-
YUV179.5380.3105.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.53%
GREEN value IS 212 (83.20% from 255) = 46.59%
BLUE value IS 95 (37.5% from 255) = 20.88%
R=32.53%
G=46.59%
B=20.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal148212950.3000.550.1792.8257.6460.2
Hex94D45F1E037115d3a3c
Octal22432413736067211357274
Binary10010100110101001011111111100110111100011011101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94d45f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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